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