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 a200ee3 commit 5dd7df9Copy full SHA for 5dd7df9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Unreleased
2
3
+# 4.4.0
4
+
5
+* Redis cluster: fix cross-slot validation in pipelines. Fix ##1019.
6
+* Add support for `XAUTOCLAIM`. See #1018.
7
+* Properly issue `READONLY` when reconnecting to replicas. Fix #1017.
8
+* Make `del` a noop if passed an empty list of keys. See #998.
9
+* Add support for `ZINTER`. See #995.
10
11
# 4.3.1
12
13
* Fix password authentication against redis server 5 and older.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '4.3.1'
+ VERSION = '4.4.0'
end
0 commit comments