Class: RedisClient::Cluster::AmbiguousNodeError
- Defined in:
- lib/redis_client/cluster/errors.rb
Class Method Summary collapse
Methods inherited from Error
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 |