- Usage:
-
CLIENT UNPAUSE
- Complexity:
- O(N) Where N is the number of paused clients
- Since:
- 6.2.0
CLIENT UNPAUSE
is used to resume command processing for all clients that were paused by CLIENT PAUSE
.
RESP2/RESP3 Reply
Simple string reply: OK
.