Skip to content

Releases: redis/jedis

3.1.0-m4

04 Jul 07:14
Compare
Choose a tag to compare
3.1.0-m4 Pre-release
Pre-release
Update Migrate tests for Redis 6 and Support MIGRATE with AUTH (#2006)

Add support for passing AUTH on migrate

3.1.0-m3

17 Jun 11:09
97e4b2d
Compare
Choose a tag to compare
3.1.0-m3 Pre-release
Pre-release
jedis-3.1.0-m3

upgrade gcc for travis build (#1995)

3.1.0-m2

11 Jun 08:04
542d110
Compare
Choose a tag to compare
3.1.0-m2 Pre-release
Pre-release
jedis-3.1.0-m2

Update pom.xml

3.1.0-m1

26 Mar 16:35
421b631
Compare
Choose a tag to compare
3.1.0-m1 Pre-release
Pre-release
  • Add support for Redis Streams

2.9.3

05 Mar 12:18
72e5b1c
Compare
Choose a tag to compare

Backport #1910 Fix

2.9.2

18 Feb 14:18
Compare
Choose a tag to compare
jedis-2.9.2

Backport of gh-1935 to fix the connection leak. Fixes gh-1945 (#1947)

2.10.2

20 Jan 07:59
af9a05b
Compare
Choose a tag to compare

Bug fix version
#1920 JedisPool exhausted in Jedis 2.10.0

3.0.1

25 Dec 09:06
6126d30
Compare
Choose a tag to compare

Changes:

#1524 Missing method in RedisPipeline interface

Bugs:

#1910 Race condition in JedisSentinelPool.initPool() causes JedisConnectionException on getResource()
#1920 JedisPool exhausted in Jedis 2.10.0

2.10.1

25 Dec 08:50
Compare
Choose a tag to compare

Fix two concurrency bugs:

  • #1910 Race condition in JedisSentinelPool.initPool() causes JedisConnectionException on getResource()
  • #1920 JedisPool exhausted in Jedis 2.10.0

3.0.0

06 Dec 10:59
087a9f8
Compare
Choose a tag to compare
Merge pull request #1897 from xetorthio/gkorland-patch-1

Update README.md