# File lib/redis.rb, line 659
  def mset(*args)
    synchronize do |client|
      client.call([:mset] + args)
    end
  end