vertx / io.vertx.redis / RedisTransaction / scriptExists

scriptExists

abstract 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.

Since
Redis 2.6.0 group: scripting