vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sdiffstoreAwait

sdiffstoreAwait

suspend fun RedisTransaction.sdiffstoreAwait(destkey: String, key: String, cmpkeys: List<String>): String

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

Parameters

destkey - Destination key where the result should be stored

key - Key identifying the set to compare with all other sets combined

cmpkeys - List of keys identifying sets to subtract from the key set

Return

String

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