open fun clientPause(millis: Long, handler: Handler<AsyncResult<String>>): RedisClient
Stop processing commands from clients for some time
millis - Pause time in milliseconds
millis
handler - Handler for the result of this call.
handler
Return