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

sinterstoreAwait

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

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

Parameters

destkey - Key where to store the results

keys - List of keys to perform intersection on

Return

String

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