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