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