Skip to content

Releases: redis/jedis

2.8.2

10 Sep 23:06
Compare
Choose a tag to compare

Changes

  • Add fix in JedisPubSub to support ping/pong on subscription
  • Cleanup cache state from failed attempts of cluster discovering
  • Avoid queueing multiple cluster discovers of the same type
  • Intoduce dedicated excpetion for Redis error "busy"

Complete list can be found HERE

2.8.1

15 Mar 01:11
Compare
Choose a tag to compare

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

23 Nov 21:34
Compare
Choose a tag to compare

Major changes:

  • Add support for binary mode to JedisCluster
  • Lots of improvements to JedisCluster
  • Add support for geo commands

You can check the complete list HERE

2.7.2

28 Apr 22:41
Compare
Choose a tag to compare

2.7.2

Bug fixes:

Complete change list can be checked HERE

v2.6.3

29 Mar 20:31
Compare
Choose a tag to compare

Major changes:

  • Deprecates JedisPool returnResource and returnBrokenResource
  • fix bug: getIntegerMultiBulkReply() doesn't handle broken status
  • Prevent recursion from Response.build() with dependency (Fixes #856)
  • Several bug fixes

You can check the complete list HERE

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