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 f270e97 commit 5cc7342Copy full SHA for 5cc7342
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Unreleased
2
3
+# 4.2.3
4
+
5
+* Use io/wait instead of IO.select in the ruby connector. See #960.
6
+* Use exception free non blocking IOs in the ruby connector. See #926.
7
+* Prevent corruption of the client when an interrupt happen during inside a pipeline block. See #945.
8
9
# 4.2.2
10
11
* Fix `WATCH` support for `Redis::Distributed`. See #941.
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '4.2.2'
+ VERSION = '4.2.3'
end
0 commit comments