vertx / io.vertx.rxjava.redis / RedisClient / rxZunionstoreWeighed

rxZunionstoreWeighed

open fun rxZunionstoreWeighed(key: String, sets: MutableMap<String, Double>, options: AggregateOptions): Single<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

Return