vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / waitAwait

waitAwait

suspend fun RedisTransaction.waitAwait(numSlaves: Long, timeout: Long): String

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.

Return