# File lib/redis/distributed.rb, line 701
    def hgetall(key)
      node_for(key).hgetall(key)
    end