# File lib/redis/distributed.rb, line 626
    def hmset(key, *attrs)
      node_for(key).hmset(key, *attrs)
    end