vertx / io.vertx.redis / RedisTransaction / zinterstoreWeighed

zinterstoreWeighed

abstract fun zinterstoreWeighed(destkey: String, sets: MutableMap<String, Double>, options: AggregateOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring

Parameters

destkey - Destination key

sets - List of keys identifying sorted sets to intersect

options - Aggregation options

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: sorted_set