abstract fun watch(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Watch the given keys to determine execution of the MULTI/EXEC block
handler - Handler for the result of this call.
Since
Redis 2.2.0 group: RedisTransactions