suspend fun RedisClient.sunionstoreAwait(destkey: String, keys: List<String>): Long
Add multiple sets and store the resulting set in a key
destkey - Destination key
destkey
keys - List of keys identifying sets to add up
keys
handler - Handler for the result of this call.
handler
Return