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 3e6fc1a commit 4b086b1Copy full SHA for 4b086b1
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Unreleased
2
+
3
+# 4.1.0
4
5
+* Add Redis Cluster support. See #716.
6
+* Add streams support. See #799 and #811.
7
+* Add ZPOP* support. See #812.
8
+* Fix issues with integer-like objects as BPOP timeout
9
10
# 4.0.3
11
12
* Fix raising command error for first command in pipeline. See #788.
lib/redis/version.rb
@@ -1,3 +1,3 @@
class Redis
- VERSION = "4.0.3"
+ VERSION = '4.1.0'
end
0 commit comments