vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sdiffAwait

sdiffAwait

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

Subtract multiple sets

Parameters

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

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

handler - Handler for the result of this call.

Return