class Redis::Distributed

def mget(*keys)

Get the values of all the given keys.
def mget(*keys)
  raise CannotDistribute, :mget
end