Exception: RedisCluster::CommandNotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- RedisCluster::CommandNotSupportedError
- Defined in:
- lib/redis_cluster/errors.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ CommandNotSupportedError
constructor
A new instance of CommandNotSupportedError.
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 |