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