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