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