open fun sunion(keys: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Add multiple sets
keys - List of keys identifying sets to add up
keys
handler - Handler for the result of this call.
handler
Return