vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sinterAwait

sinterAwait

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

Intersect multiple sets

Parameters

keys - List of keys to perform intersection on

handler - Handler for the result of this call.

Return