Skip to content

Update dependency redis.clients:jedis to v3.8.0 - autoclosed

Olivier Heintz requested to merge renovate/redis.clients-jedis-3.x into demo

This MR contains the following updates:

Package Update Change
redis.clients:jedis minor 3.7.1 -> 3.8.0

Release Notes

redis/jedis

v3.8.0

Compare Source

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.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Edited by Olivier Heintz

Merge request reports