We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4724c1b commit 70dab9cCopy full SHA for 70dab9c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 4.7.0
4
+
5
+* Support single endpoint architecture with SSL/TLS in cluster mode. See #1086.
6
+* `zrem` and `zadd` act as noop when provided an empty list of keys. See #1097.
7
* Support IPv6 URLs.
8
* Add `Redis#with` for better compatibility with `connection_pool` usage.
9
* Fix the block form of `multi` called inside `pipelined`. Previously the `MUTLI/EXEC` wouldn't be sent. See #1073.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '4.6.0'
+ VERSION = '4.7.0'
end
0 commit comments