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