# File lib/redis.rb, line 483
def
sunion
(
*
keys
)
synchronize
do
@client
.
call
[
:sunion
,
*
keys
]
end
end