There was an error while loading. Please reload this page.
1 parent d862378 commit 925bb6fCopy full SHA for 925bb6f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Unreleased
2
3
+# 0.21.1
4
+
5
+- Handle unresolved Sentinel master/replica error when displaying server URL in exceptions. See #182.
6
7
# 0.21.0
8
9
- Include redis server URL in most error messages. See #178.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.21.0)
+ redis-client (0.21.1)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.21.0"
+ VERSION = "0.21.1"
end
0 commit comments