Bump redis from 4.6.0 to 4.7.0
Bumps redis from 4.6.0 to 4.7.0.
Changelog
Sourced from redis's changelog.
4.7.0
- Support single endpoint architecture with SSL/TLS in cluster mode. See #1086.
zremandzaddact as noop when provided an empty list of keys. See #1097.- Support IPv6 URLs.
- Add
Redis#withfor better compatibility withconnection_poolusage.- Fix the block form of
multicalled insidepipelined. Previously theMUTLI/EXECwouldn't be sent. See #1073.
Commits
-
70dab9cRelease 4.7.0 -
4724c1bSupport IPv6 URLs -
59a2102Merge pull request #1097 from amomchilov/noop-variadic-APIs-on-empty-input -
13cbec2Make variadic APIs no-op if given empty values -
674541cAdd Redis#with -
5fb64bdMerge pull request #1086 from supercaracal/support-azure-cache-for-redis-with... -
ab7c371Support single endpoint architecture with SSL/TLS in cluster mode -
610c783Merge pull request #1081 from supercaracal/fix-id-for-obj-inspection -
bf9e5e7Reflect scheme of URI in client ID instead of hard coding -
399ebdeMerge pull request #1079 from jozefvaclavik/patch-1 - Additional commits viewable in compare view