# File lib/redis/distributed.rb, line 662
    def hmget(key, *fields)
      node_for(key).hmget(key, *fields)
    end