suspend fun RedisClient.sunionstoreAwait(destkey: String, keys: List<String>): Long
Suspending version of method io.vertx.redis.RedisClient.sunionstore
keys
- List of keys identifying sets to add up
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.