vertx / io.vertx.reactivex.redis / RedisClient / sunion

sunion

open fun sunion(keys: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Add multiple sets

Parameters

keys - List of keys identifying sets to add up

handler - Handler for the result of this call.

Return