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