abstract fun clientPause(millis: Long, handler: Handler<AsyncResult<String>>): RedisTransaction
Stop processing commands from clients for some time
millis - Pause time in milliseconds
handler - Handler for the result of this call.
Since
Redis 2.9.50 group: server