vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / zunionstoreWeighedAwait

zunionstoreWeighedAwait

suspend fun RedisClient.zunionstoreWeighedAwait(key: String, sets: Map<String, Double>, options: AggregateOptions): Long

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

Parameters

key - Destination key

sets - Map containing set-key:weight pairs

options - Aggregation options

handler - Handler for the result of this call.

Return