vertx / io.vertx.redis / RedisTransaction / scriptExistsMany

scriptExistsMany

abstract fun scriptExistsMany(scripts: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Check existence of scripts in the script cache.

Parameters

scripts - List of SHA1 digests identifying scripts in the script cache

handler - Handler for the result of this call.

Since
Redis 2.6.0 group: scripting