suspend fun RedisTransaction.zinterstoreWeighedAwait(destkey: String, sets: Map<String, Double>, options: AggregateOptions): String
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring
sets
- List of keys identifying sorted sets to intersect
handler
- Handler for the result of this call.
Return