Exception: RedisCluster::CommandNotSupportedError

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

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ CommandNotSupportedError

Returns a new instance of CommandNotSupportedError.



3
4
5
# File 'lib/redis_cluster/errors.rb', line 3

def initialize(command)
  super("Command #{command} is not supported for Redis Cluster")
end