suspend fun RedisClient.scriptExistsManyAwait(scripts: List<String>): JsonArray
Check existence of scripts in the script cache.
scripts
- List of SHA1 digests identifying scripts in the script cache
handler
- Handler for the result of this call.
Return