summaryrefslogtreecommitdiff
path: root/src/commands/cluster-flushslots.json
blob: 2478713d8c80d3ff08364ac6bbde11e094bc504f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "FLUSHSLOTS": {
        "summary": "Delete a node's own slots information",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 2,
        "container": "CLUSTER",
        "function": "clusterCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "STALE"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT"
        ]
    }
}