vertx / io.vertx.rxjava.redis / RedisClient / zunionstoreWeighed

zunionstoreWeighed

open fun zunionstoreWeighed(key: String, sets: MutableMap<String, Double>, options: AggregateOptions, handler: Handler<AsyncResult<Long>>): RedisClient

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