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

Use Redis pipelining for more efficiency on high-load setups. Also updated Jedis dependency.

This commit is contained in:
Tux
2014-06-11 07:24:09 -04:00
parent 6e90c0949b
commit 460414b3e6
4 changed files with 28 additions and 13 deletions

View File

@@ -130,7 +130,8 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.4.2</version>
<version>2.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>