丢弃
Syntax
DISCARD
- Available since:
- 2.0.0
- Time complexity:
- O(N), when N is the number of queued commands
- ACL categories:
-
@fast
,@transaction
,
刷新事务中所有先前排队的命令,并将连接状态恢复到正常。
如果使用了WATCH
,DISCARD
会取消连接监视的所有键。
RESP2/RESP3 回复
Simple string reply:OK
.