class Redis::Cluster::AmbiguousNodeError
Raised when cluster client can’t select node.
def initialize(command)
def initialize(command) super("Cluster client doesn't know which node the #{command} command should be sent to.") end
Raised when cluster client can’t select node.
def initialize(command) super("Cluster client doesn't know which node the #{command} command should be sent to.") end