Skip to content

Releases: redis/jedis

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).

v2.3.0

03 Feb 18:56
Compare
Choose a tag to compare

v2.2.0

03 Sep 17:15
Compare
Choose a tag to compare

It's been a long time since the last release. But at least here it is! I hope you enjoy it and I also hope it won't be long before we get the next one.
Thanks to the community, who helped so much! You are great!

Changelog:

  • Sentinel support
  • Fix #438
  • Support new commands and new command options
  • Support eval in pipeline
  • And lots of other wonderful things!!!