class Redis::Distributed

def hgetall(key)

Get all the fields and values in a hash.
def hgetall(key)
  node_for(key).hgetall(key)
end