vertx / io.vertx.rxjava.redis / RedisTransaction / rxWatchMany

rxWatchMany

open fun rxWatchMany(keys: MutableList<String>): Single<String>

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

Parameters

keys - List of keys to watch

Return