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