vertx / io.vertx.rxjava.redis / RedisTransaction / scriptExists

scriptExists

open fun scriptExists(script: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Check existence of script in the script cache.

Parameters

script - SHA1 digest identifying a script in the script cache

handler - Handler for the result of this call.

Return