vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zunionstoreAwait

zunionstoreAwait

suspend fun RedisTransaction.zunionstoreAwait(destkey: String, sets: List<String>, options: AggregateOptions): String

Add multiple sorted sets and store the resulting sorted set in a new key

Parameters

destkey - Destination key

sets - List of keys identifying sorted sets

options - Aggregation options

handler - Handler for the result of this call.

Return