vertx / io.vertx.redis / RedisTransaction / clientPause

clientPause

abstract fun clientPause(millis: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Stop processing commands from clients for some time

Parameters

millis - Pause time in milliseconds

handler - Handler for the result of this call.

Since
Redis 2.9.50 group: server