class RedisCluster::NotSupportError

Public Class Methods

new(command) click to toggle source
Calls superclass method
# File lib/redis_cluster/errors.rb, line 3
def initialize(command)
  super("Command #{command} is not supported for Redis Cluster")
end