Exception: Redis::Cluster::AmbiguousNodeError
- Defined in:
- lib/redis/errors.rb
Overview
Raised when cluster client can’t select node.
Instance Method Summary collapse
-
#initialize(command) ⇒ AmbiguousNodeError
constructor
A new instance of AmbiguousNodeError.
Constructor Details
#initialize(command) ⇒ AmbiguousNodeError
Returns a new instance of AmbiguousNodeError.
74 75 76 |
# File 'lib/redis/errors.rb', line 74 def initialize(command) super("Cluster client doesn't know which node the #{command} command should be sent to.") end |