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