Class: RedisClient::ReadOnlyError
- Inherits:
-
ConnectionError
- Object
- ConnectionError
- RedisClient::ReadOnlyError
- Defined in:
- lib/semian/redis_client.rb
Instance Method Summary collapse
-
#marks_semian_circuits? ⇒ Boolean
A ReadOnlyError is a fast failure and we don’t want to track these errors so that we can reconnect to the new primary ASAP.
Instance Method Details
#marks_semian_circuits? ⇒ Boolean
A ReadOnlyError is a fast failure and we don’t want to track these errors so that we can reconnect to the new primary ASAP
20 21 22 |
# File 'lib/semian/redis_client.rb', line 20 def marks_semian_circuits? false end |