vertx / io.vertx.redis / RedisTransaction / wait

wait

abstract fun wait(numSlaves: Long, timeout: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Wait for the synchronous replication of all the write commands sent in the context of the current connection.

Parameters

numSlaves -

timeout -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: generic