Skip to content

Releases: redis/jedis

3.5.2

15 Mar 16:40
Compare
Choose a tag to compare

Bug Fixes:

  • Fix xrevrange start/end arguments order in PipelineBase (#2436)

Thanks to: @dengliming & @mp911de for the contributing!

3.5.1

23 Jan 15:10
Compare
Choose a tag to compare

A new release of 3.5.0 built with Java 8.

3.5.0

19 Jan 19:36
1312d21
Compare
Choose a tag to compare

Enhancements:

  • Support LPOP and RPOP with COUNT option (Redis>=6.2) (#2338)
  • Update dependencies (junixsocket:2.3.2 & log4j:2.13.3) (#2329)
  • Add support for blocking version of sendCommand (for Redis modules) (#2321)

Bug Fixes:

  • Fix JedisSentinelPool constructor missing infiniteSoTimeout (#2341)
  • Fix JedisClusterConnectionHandler missing username (#2343)

Thanks to: @yangbodong22011 & @DvirDukhan for the contributing!

3.4.1

27 Dec 11:22
Compare
Choose a tag to compare

Enhancements:

  • Added two JedisPool constructor with user and password params (#2325)

Bug Fixes:

  • Resolve bug in JedisPool constructor while initializing JedisFactory (#2318) (#2319)

Thanks to: @oridool for contributing!

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.