class Redis::Distributed::CannotDistribute

def initialize(command)

def initialize(command)
  @command = command
end

def message

def message
  "#{@command.to_s.upcase} cannot be used in Redis::Distributed because the keys involved need to be on the same server or because we cannot guarantee that the operation will be atomic."
end