CLIENT UNPAUSE
Syntax
CLIENT UNPAUSE
- Available since:
- Redis Open Source 6.2.0
- Time complexity:
- O(N) Where N is the number of paused clients
- ACL categories:
-
@admin,@slow,@dangerous,@connection, - Compatibility:
- Redis Software and Redis Cloud compatibility
CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.
Redis Software and Redis Cloud compatibility
| Redis Enterprise |
Redis Cloud |
Notes |
|---|---|---|
| ❌ Standard |
❌ Standard |
Return information
Simple string reply:
OK.