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