vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clientPauseAwait

clientPauseAwait

suspend fun RedisClient.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