suspend fun RedisTransaction.scriptExistsManyAwait(scripts: List<String>): String
Suspending version of method io.vertx.redis.RedisTransaction.scriptExistsMany
scripts
- List of SHA1 digests identifying scripts in the script cache
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.