Releases: redis/jedis
Releases · redis/jedis
2.9.0
2.8.2
2.8.1
Changes:
- Fix JedisCluster psubscribe calling wrong method
- Backport some JedisCluster constructors that weren't downmerged
- Add support to invoke Binary scripts from pipeline and multi.
2.8.0
2.7.2
v2.6.3
v2.6.2
- Fix leak connection when discovering cluster nodes
- In close(), break loop fast when one of connection in ShardedJedis seems to broken
- Unify evalsha signature to use varargs in both Jedis and PipelineBase
- And more minor bug fixes...
v2.6.1
- Fix deadlock in JedisCluster
- Huge performance optimizations
- Add support for java 8
- ASK Redirection don't update slot->node
- JedisSentinelPool now fails fast on initialize
- Bug fixes and general internal improvements
v2.6.0
- Optimize CRC16 calculation (with optimisation of slot decision)
- Add support for cluster reset command
- Add timeout parameter to BLPOP/BRPOP
- Support Sorted Set with LEX commands
- Add Closeable to JedisPool (support for TryWithResources of java 7)
- Do master failover detection in JedisSentielPool.getResource
- Add support for CLUSTER SLOTS command
- Lots of bugfixes
v2.5.2
- Important bugfixes to Redis Cluster support
- Fixed gradle build file