class RedisCluster::KeyNotAppointError
Public Class Methods
new(command)
click to toggle source
Calls superclass method
# File lib/redis_cluster/errors.rb, line 17 def initialize(command) super("Keys must be specified for command #{command}") end