vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / scriptExistsAwait

scriptExistsAwait

suspend fun RedisTransaction.scriptExistsAwait(script: String): String

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

Parameters

script - SHA1 digest identifying a script in the script cache

Return

String

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