Skip to content

Releases: redis/jedis

v2.6.2

31 Dec 15:13
Compare
Choose a tag to compare
  • 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

18 Nov 15:16
Compare
Choose a tag to compare
  • 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

21 Sep 20:34
Compare
Choose a tag to compare
  • 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

04 Aug 15:27
Compare
Choose a tag to compare
  • Important bugfixes to Redis Cluster support
  • Fixed gradle build file

v2.5.1

29 May 15:54
Compare
Choose a tag to compare

Bugfix release!

  • Fixes an important issue #636

v2.5.0

27 May 19:23
Compare
Choose a tag to compare
  • HyperLogLog support
  • BITPOS command
  • More JedisCluster fixes
  • ShardedJedisPool is now Closeable
  • General bugfixes and improvements

v2.4.2

12 Mar 17:24
Compare
Choose a tag to compare
  • Improvements on the connection handling of JedisCluster
  • JedisCluster is now multi-threaded
  • Pipeline and multi work smoothly
  • Returning null to pool won't throw an exception
  • A few other bugfixes

v2.4.1

17 Feb 23:23
Compare
Choose a tag to compare

This is a bugfix release and test fixes and test stability.

  • Removed redundant call to connectionPool.getResource() in method getConnectionFromSlot(int slot) in class JedisSlotBasedConnectionHandler
  • Sentinel unit tests are now reliable and repeatable. Also they work much much faster.
  • Cluster tests are much faster, reliable and repeatable.
  • Add travis-ci

v2.4.0

12 Feb 15:51
Compare
Choose a tag to compare

Enjoy!

v2.3.1

05 Feb 15:57
Compare
Choose a tag to compare
  • Important fix of a bug in the redis cluster implementation (#526).