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

scriptExistsManyAwait

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

Check existence of scripts in the script cache.

Parameters

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

handler - Handler for the result of this call.

Return