vertx / io.vertx.reactivex.redis / RedisTransaction / watchMany

watchMany

open fun watchMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

keys - List of keys to watch

handler - Handler for the result of this call.

Return