vertx / io.vertx.reactivex.redis / RedisTransaction / rxScriptExists

rxScriptExists

open fun rxScriptExists(script: String): Single<String>

Check existence of script in the script cache.

Parameters

script - SHA1 digest identifying a script in the script cache

Return