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