vertx / io.vertx.rxjava.redis / RedisTransaction / watch

watch

open fun watch(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

key - Key to watch

handler - Handler for the result of this call.

Return