Class: Redis::ReadOnlyError
- Inherits:
-
CommandError
- Object
- CommandError
- Redis::ReadOnlyError
- Defined in:
- lib/semian/redis/v5.rb,
lib/semian/redis.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
12 13 14 |
# File 'lib/semian/redis/v5.rb', line 12 def marks_semian_circuits? false end |