RedisBungee/src/main/java/com/imaginarycode/minecraft/redisbungee
Tux 8b5eacec40 Introduce a set of performance tweaks.
The most notable changes are a refactor of DataManager to make the caching system easier to tweak, and the ability to use Lua scripts that run on the Redis server to optimize certain batch operations (currently, only getServersToPlayers() uses this).

This also paves the way for me to deprecate old versions of Redis. Anything older than 2.6 is ancient, and even 2.6 is ancient, so it ends up being a net overall benefit.
2015-06-21 17:32:28 -04:00
..
events Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
util Introduce a set of performance tweaks. 2015-06-21 17:32:28 -04:00
DataManager.java Introduce a set of performance tweaks. 2015-06-21 17:32:28 -04:00
IOUtil.java Introduce a set of performance tweaks. 2015-06-21 17:32:28 -04:00
RedisBungee.java Introduce a set of performance tweaks. 2015-06-21 17:32:28 -04:00
RedisBungeeAPI.java Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
RedisBungeeCommandSender.java Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
RedisBungeeCommands.java Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
RedisBungeeConfiguration.java Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
RedisBungeeListener.java Relicense under the Unlicense. 2015-06-09 19:37:01 -04:00
RedisUtil.java Introduce a set of performance tweaks. 2015-06-21 17:32:28 -04:00