Skip to content

Releases: redis/jedis

3.4.0

10 Dec 09:54
89eeffe
Compare
Choose a tag to compare

Enhancements:

  • Add support for 'CLIENT ID' command (#2131)
  • Add support for list LPOS command (#2229)
  • Add support for MEMORY USAGE (#2279)
  • Add support for ACL LOG command (#2302)
  • Infinite Socket Timeout can be specified (#2028)
  • Add support for new multi-key commands: SMISMEMBER and ZMSCORE (#2292)
  • Add support for SET … GET option for Redis 6.2.0+ (#2264)
  • Add support KEEPTTL param for set command (#2249)
  • GeoRadius support store and storedist option with params (#2157)
  • Update SLOWLOG GET for Redis 4.0+ (#2084)
  • Add to JedisPubSub and BinaryJedisPubSub PING optional argument (#2254)
  • Add hincrByFloat in JedisCluster (#2204)
  • Add SafeEncoder.encode() method for complete encoding (#2214)
  • Carry first suppressed exception within JedisNoReachableClusterNodeException (#2233)

Bug Fixes:

3.3.0

03 May 16:04
f24a817
Compare
Choose a tag to compare

Enhancements:

  • Add Xinfo command (#2069)
  • Upgrade org.slf4j:slf4j-api from 1.7.25 to 1.7.30 (#2164)
  • Add GeoRadiusParam.withHash() (#2137)
  • Implement support for Redis 6 ACL (#2077, #2180)
  • Add BITFIELD_RO command (#2174)
  • Add objecthelp and objectFREQ method. (#2141)
  • Add support for custom socket factories (#2151)

Bug Fixes:

  • Fix xgroupDelConsumer method and add test case (#2148)
  • Send AUTH message if sentinel password is set (#2154)
  • honor sentinel configuration params within MasterListener (#2159)

Thanks to: @sazzad16, @mina-asham, @MichalCho, @yangbodong22011, @tague, @eddie1788, @dengliming, @timmixell, @kkolanow for the contributing!

3.2.0

15 Dec 16:14
Compare
Choose a tag to compare
  • Add zpopmax (#1968)
  • Add zpopmin (#1988)
  • Add missing UNWATCH in Transaction and Pipeline (#2032)
  • Call setTimeoutInfinite in xread/xreadGroup (#2059)
  • Handle exceptions on close in JedisSentinelPool (#2102)
  • sendCommand in PipelineBase should not contain multi key operations (#2079)

3.1.0

23 Jul 06:47
fab4dc7
Compare
Choose a tag to compare
  • Add Redis Streams (#1880)
  • Support SSL on Cluster (#1896)
  • Add MEMORY DOCTOR command (#1934)

3.1.0-rc2

21 Jul 12:06
fab4dc7
Compare
Choose a tag to compare
3.1.0-rc2 Pre-release
Pre-release
Merge pull request #2025 from DvirDukhan/general_execute_command

General execute command

3.1.0-rc

17 Jul 07:55
c9c118a
Compare
Choose a tag to compare
3.1.0-rc Pre-release
Pre-release
byte[] conversion for numbers in Params classes (#2019)

This would also be required when upgrading to JDK 1.8.

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