Class: RedisClient::Cluster::AmbiguousNodeError

Inherits:
Error
  • Object
show all
Defined in:
lib/redis_client/cluster/errors.rb

Class Method Summary collapse

Methods inherited from Error

#with_config

Class Method Details

.from_command(command) ⇒ Object



64
65
66
# File 'lib/redis_client/cluster/errors.rb', line 64

def self.from_command(command)
  new("Cluster client doesn't know which node the #{command} command should be sent to.")
end