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 230a5c4 commit 2b183adCopy full SHA for 2b183ad
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 5.0.8
4
+
5
- Fix `Redis#without_reconnect` for sentinel clients. Fix #1212.
6
- Add `sentinel_username`, `sentinel_password` for sentinel clients. Bump `redis-client` to `>=0.17.0`. See #1213
7
lib/redis/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Redis
- VERSION = '5.0.7'
+ VERSION = '5.0.8'
end
0 commit comments