vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sunionAwait

sunionAwait

suspend fun RedisTransaction.sunionAwait(keys: List<String>): String

Add multiple sets

Parameters

keys - List of keys identifying sets to add up

handler - Handler for the result of this call.

Return