suspend fun RedisClient.scriptExistsAwait(script: String): JsonArray
Suspending version of method io.vertx.redis.RedisClient.scriptExists
script
- SHA1 digest identifying a script in the script cache
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisClient using Vert.x codegen.