vertx / io.vertx.reactivex.redis / RedisClient / rxZunionstore

rxZunionstore

open fun rxZunionstore(destkey: String, sets: MutableList<String>, options: AggregateOptions): Single<Long>

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

Parameters

destkey - Destination key

sets - List of keys identifying sorted sets

options - Aggregation options

Return