CLUSTER FLUSHSLOTS
Syntax
CLUSTER FLUSHSLOTS
- Available since:
- 3.0.0
- Time complexity:
- O(1)
- ACL categories:
-
@admin
,@slow
,@dangerous
,
Deletes all slots from a node.
The CLUSTER FLUSHSLOTS
deletes all information about slots from the connected node. It can only be called when the database is empty.
RESP2 Reply
Simple string reply:OK
RESP3 Reply
Simple string reply:OK
.