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