# File lib/redis.rb, line 1722
  def hmset(key, *attrs)
    synchronize do |client|
      client.call [:hmset, key, *attrs]
    end
  end