vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / clientPauseAwait

clientPauseAwait

suspend fun RedisTransaction.clientPauseAwait(millis: Long): String

Stop processing commands from clients for some time

Parameters

millis - Pause time in milliseconds

handler - Handler for the result of this call.

Return