suspend fun RedisClient.sunionAwait(keys: List<String>): JsonArray
Suspending version of method io.vertx.redis.RedisClient.sunion
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.