2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-16 03:40:27 +00:00

Major changes.

* Some events are now handled asynchronously.
 * There is now support for a connection limit.
 * Fixed build under JDK8.
 * Player count is now cached again. Hopefully this means an increase in performance.
This commit is contained in:
Tux
2014-03-30 00:31:35 -04:00
parent 4edfabfe98
commit 8b1ea2f7df
5 changed files with 59 additions and 30 deletions

View File

@@ -126,9 +126,9 @@
<dependencies>
<dependency>
<groupId>net.heartsavior</groupId>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.2.1.1</version>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>