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 a255066 commit 954eab2Copy full SHA for 954eab2
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+# 0.26.0
4
+
5
- Add `RedisClient::Error#final?` and `#retriable?` to allow middleware to filter out non-final errors.
6
- Fix precedence of `db: nil` initialization parameter.
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.25.3)
+ redis-client (0.26.0)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.25.3"
+ VERSION = "0.26.0"
end
0 commit comments