class Redis::Distributed

def mget(*keys)

Get the values of all the given keys as an Array.
def mget(*keys)
  mapped_mget(*keys).values_at(*keys)
end