客户端取消暂停
Syntax
CLIENT UNPAUSE
- Available since:
- 6.2.0
- Time complexity:
- O(N) Where N is the number of paused clients
- ACL categories:
-
@admin
,@slow
,@dangerous
,@connection
,
CLIENT UNPAUSE
用于恢复所有被 CLIENT PAUSE
暂停的客户端的命令处理。
RESP2/RESP3 回复
Simple string reply:OK
.