open fun scriptExists(script: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient
Check existence of script in the script cache.
script - SHA1 digest identifying a script in the script cache
handler - Handler for the result of this call.
Return