vertx / io.vertx.reactivex.redis / RedisTransaction / rxWatch

rxWatch

open fun rxWatch(key: String): Single<String>

Watch the given keys to determine execution of the MULTI/EXEC block

Parameters

key - Key to watch

Return