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 4d38b9c commit 107bcb0Copy full SHA for 107bcb0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+# 0.25.2
4
+
5
+- Fix circuit breakers to respect the `error_threshold_timeout` config is provided.
6
+- Fix circuit breakers to clear errors when closing back.
7
8
# 0.25.1
9
10
- Fix Ruby driver TCP keep alive TTL. It was intended to be 120 seconds but was mistakenly set to 15 seconds.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- redis-client (0.25.1)
+ redis-client (0.25.2)
connection_pool
GEM
lib/redis_client/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class RedisClient
- VERSION = "0.25.1"
+ VERSION = "0.25.2"
end
0 commit comments