class Redis::Distributed

def hmget(key, *fields)

Get the values of all the given hash fields.
def hmget(key, *fields)
  node_for(key).hmget(key, *fields)
end