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