vertx / io.vertx.reactivex.redis / RedisClient / scriptExistsMany

scriptExistsMany

open fun scriptExistsMany(scripts: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

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.

Return