suspend fun RedisClient.zunionstoreWeighedAwait(key: String, sets: Map<String, Double>, options: AggregateOptions): Long
Add multiple sorted sets using weights, and store the resulting sorted set in a new key
sets
- Map containing set-key:weight pairs
handler
- Handler for the result of this call.
Return