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