Class: RedisClient::ReadOnlyError

Inherits:
ConnectionError
  • Object
show all
Defined in:
lib/semian/redis_client.rb

Instance Method Summary collapse

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

Returns:

  • (Boolean)


20
21
22
# File 'lib/semian/redis_client.rb', line 20

def marks_semian_circuits?
  false
end