# File lib/redis/distributed.rb, line 368 def sunion(*keys) ensure_same_node(:sunion, *keys) do |node| node.sunion(*keys) end end