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 00c2233 commit 27759c0Copy full SHA for 27759c0
CHANGELOG.md
@@ -12,6 +12,12 @@
12
security updates in June of 2013; continuing to support it would prevent
13
the use of newer features of Ruby.
14
15
+# 3.3.2
16
+
17
+* Added support for SPOP with COUNT. See #628.
18
19
+* Fixed connection glitches when using SSL. See #644.
20
21
# 3.3.1
22
23
* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.
lib/redis/version.rb
@@ -1,3 +1,3 @@
1
class Redis
2
- VERSION = "3.3.1"
+ VERSION = "3.3.2"
3
end
0 commit comments