vertx / io.vertx.reactivex.redis / RedisClient / zinterstore

zinterstore

open fun zinterstore(destkey: String, sets: MutableList<String>, options: AggregateOptions, handler: Handler<AsyncResult<Long>>): RedisClient

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

Parameters

destkey - Destination key

sets - List of keys identifying sorted sets to intersect

options - Aggregation options

handler - Handler for the result of this call.

Return