2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-06-15 15:36:42 +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
+4
View File
@@ -7,6 +7,10 @@ redis-server: 127.0.0.1
redis-port: 6379
# OPTIONAL: If your Redis server uses AUTH, set the password required.
redis-password: ""
# Maximum connections that will be maintained to the Redis server.
# The default is an unlimited number of connections.
# You may need to lower this value in some setups.
max-redis-connections: -1
# An identifier for this BungeeCord instance.
server-id: iluvbungee