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 9c49947 commit 6dbbc94Copy full SHA for 6dbbc94
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Unreleased
2
3
+# 5.0.6
4
+
5
+- Wait for an extra `config.read_timeout` in blocking commands rather than an arbitrary 100ms. See #1175.
6
- Treat ReadOnlyError as ConnectionError. See #1168.
7
8
# 5.0.5
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.0.5'
+ VERSION = '5.0.6'
end
0 commit comments