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