vertx / io.vertx.rxjava.redis / RedisTransaction / rxScriptExistsMany

rxScriptExistsMany

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

Check existence of scripts in the script cache.

Parameters

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

Return