suspend fun RedisClient.scriptExistsAwait(script: String): JsonArray
Check existence of script in the script cache.
script - SHA1 digest identifying a script in the script cache
script
handler - Handler for the result of this call.
handler
Return