open fun rxZunionstore(destkey: String, sets: MutableList<String>, options: AggregateOptions): Single<String>
Add multiple sorted sets and store the resulting sorted set in a new key
destkey - Destination key
destkey
sets - List of keys identifying sorted sets
sets
options - Aggregation options
options
Return