github redis/jedis v3.8.0
3.8.0

latest releases: v5.2.0, v5.2.0-beta5, v5.1.5...
2 years ago

This is the last release planned for Jedis 3.x.

🚀 New Features

  • Added aclLogReset() method to support ACL LOG RESET subcommand (#2737)
    This should replace both aclLog(byte[]) and aclLog(String) methods.
  • Support binary version of CLUSTER GETKEYSINSLOT (#2689)

🧰 Other Changes

  • Refresh nodes when renewSlotCache (#2642)
  • Change in JedisClusterInfoCache.discoverClusterNodesAndSlots (#2682)
  • Do not catch checked Exception if it is not thrown (#2615)
  • Address Jedis version 4 breaking changes (#2737)
  • Deprecate SENTINEL SLAVES (#2673)
  • Upgrade Commons Pool to 2.11.1 (#2654)
  • Use slf4j-simple to replace log4j implementation (#2753)

Thanks @yangbodong22011, @zeekling, @adiamzn, @bokshitsky, @sazzad16 for contributing.

Don't miss a new jedis release

NewReleases is sending notifications on new releases.