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