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

scriptExistsAwait

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

Check existence of script in the script cache.

Parameters

script - SHA1 digest identifying a script in the script cache

handler - Handler for the result of this call.

Return