class Redis::Distributed

def hgetall(key)

def hgetall(key)
  node_for(key).hgetall(key)
end