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