Class: RedisClient::Cluster::AmbiguousNodeError

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

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ AmbiguousNodeError

Returns a new instance of AmbiguousNodeError.



44
45
46
# File 'lib/redis_client/cluster/errors.rb', line 44

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