We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f8053 commit 5c3ffbeCopy full SHA for 5c3ffbe
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.24.0
4
+
5
- Allow `sentinel_password` to be provided as a `Proc`.
6
- Ensure `Config#inspect` and `Config#to_s` do not display stored passwords.
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.23.2)
+ redis-client (0.24.0)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.23.2"
+ VERSION = "0.24.0"
end
0 commit comments