vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sunionAwait

sunionAwait

suspend fun RedisTransaction.sunionAwait(keys: List<String>): String

Suspending version of method io.vertx.redis.RedisTransaction.sunion

Parameters

keys - List of keys identifying sets to add up

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.