Exception: RedisCluster::KeysNotSpecifiedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/redis_cluster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ KeysNotSpecifiedError

Returns a new instance of KeysNotSpecifiedError.



17
18
19
# File 'lib/redis_cluster/errors.rb', line 17

def initialize(command)
  super("Keys must be specified for command #{command}")
end