Releases: redis/jedis
Releases · redis/jedis
3.4.0
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:
- Return null when Redis returns nil from XClaim on deleted entries (#2244)
- Move XREAD and XREADGROUP methods in MultiKey... interfaces (#2309)
Thanks to: @mina-asham, @kenus34, @amitg87, @tgrall, @dengliming, @sullis, @sabbey37, @sunheehnus, @bigmarvin, @sandrzejczak @yangbodong22011, @Jayice-zjw for the contributing!
3.3.0
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
3.1.0
3.1.0-rc2
Merge pull request #2025 from DvirDukhan/general_execute_command General execute command
3.1.0-rc
byte[] conversion for numbers in Params classes (#2019) This would also be required when upgrading to JDK 1.8.
3.1.0-m4
Update Migrate tests for Redis 6 and Support MIGRATE with AUTH (#2006) Add support for passing AUTH on migrate
3.1.0-m3
jedis-3.1.0-m3 upgrade gcc for travis build (#1995)
3.1.0-m2
jedis-3.1.0-m2 Update pom.xml
3.1.0-m1
- Add support for Redis Streams