vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sunionstoreAwait

sunionstoreAwait

suspend fun RedisTransaction.sunionstoreAwait(destkey: String, keys: List<String>): String

Add multiple sets and store the resulting set in a key

Parameters

destkey - Destination key

keys - List of keys identifying sets to add up

handler - Handler for the result of this call.

Return