vertx / io.vertx.rxjava.redis / RedisClient / clientPause

clientPause

open fun clientPause(millis: Long, handler: Handler<AsyncResult<String>>): RedisClient

Stop processing commands from clients for some time

Parameters

millis - Pause time in milliseconds

handler - Handler for the result of this call.

Return