Skip to content

v2.6.0

Compare
Choose a tag to compare
@xetorthio xetorthio released this 21 Sep 20:34
· 1588 commits to master since this release
  • 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