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 3fd1b03 commit d75708fCopy full SHA for d75708f
CHANGELOG.md
@@ -12,6 +12,11 @@
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.1
16
+
17
+* Remove usage of Timeout::timeout, refactor into using low level non-blocking writes.
18
+ This fixes a memory leak due to Timeout creating threads on each invocation.
19
20
# 3.3.0
21
22
* Added support for SSL/TLS. Redis doesn't support SSL natively, so you still
lib/redis/version.rb
@@ -1,3 +1,3 @@
1
class Redis
2
- VERSION = "3.3.0"
+ VERSION = "3.3.1"
3
end
0 commit comments