集群刷新槽
Syntax
CLUSTER FLUSHSLOTS
- Available since:
- 3.0.0
- Time complexity:
- O(1)
- ACL categories:
-
@admin
,@slow
,@dangerous
,
删除节点中的所有插槽。
CLUSTER FLUSHSLOTS
删除连接节点上所有关于槽的信息。它只能在数据库为空时调用。
RESP2 回复
Simple string reply:OK
RESP3 回复
Simple string reply:OK
.