Skip to content

Releases: redis/jedis

2.9.1

06 Dec 11:51
Compare
Choose a tag to compare
jedis-2.9.1

Bug fix in JedisCluster scan (#1902)

2.10.0

06 Dec 10:57
Compare
Choose a tag to compare
jedis-2.10.0

Bug fix in JedisCluster scan (#1902)

3.0.0-m1

21 Nov 07:45
Compare
Choose a tag to compare
3.0.0-m1 Pre-release
Pre-release
jedis-3.0.0-m1

Update README with SNAPSHOT (#1893)

2.10.0-m1

21 Nov 07:46
Compare
Choose a tag to compare
2.10.0-m1 Pre-release
Pre-release
jedis-2.10.0-m1

Few typo fixes (#1848)

2.9.0

10 Sep 23:03
Compare
Choose a tag to compare

Changes:

  • Add specific exception con evalsha doesn't have a script defined
  • Add ipv6 compatibility
  • Add HashTag version of SCAN methods for Redis Cluster
  • Add BITFIELD command
  • Add support for password in JedisCluster
  • Add SSL support

Complete list can be found HERE

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