vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / scriptExistsManyAwait

scriptExistsManyAwait

suspend fun RedisTransaction.scriptExistsManyAwait(scripts: List<String>): String

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

Parameters

scripts - List of SHA1 digests identifying scripts in the script cache

Return

String

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