vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sunionstoreAwait

sunionstoreAwait

suspend fun RedisTransaction.sunionstoreAwait(destkey: String, keys: List<String>): String

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

Parameters

destkey - Destination key

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.