vertx / io.vertx.reactivex.redis / RedisClient / rxScriptExistsMany

rxScriptExistsMany

open fun rxScriptExistsMany(scripts: MutableList<String>): Single<JsonArray>

Check existence of scripts in the script cache.

Parameters

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

Return