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