vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sinterstoreAwait

sinterstoreAwait

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

Intersect multiple sets and store the resulting set in a key

Parameters

destkey - Key where to store the results

keys - List of keys to perform intersection on

handler - Handler for the result of this call.

Return