Class: RedisClient::Cluster::Error
- Inherits:
-
Error
- Object
- Error
- RedisClient::Cluster::Error
- Defined in:
- lib/redis_client/cluster/errors.rb
Direct Known Subclasses
AmbiguousNodeError, ErrorCollection, InitialSetupError, NodeMightBeDown, OrchestrationCommandNotSupported, Pipeline::RedirectionNeeded, Pipeline::StaleClusterState
Instance Method Summary collapse
Instance Method Details
#with_config(config) ⇒ Object
8 9 10 11 |
# File 'lib/redis_client/cluster/errors.rb', line 8 def with_config(config) @config = config self end |