summaryrefslogtreecommitdiffstats
path: root/src/commands/cluster-saveconfig.json
blob: d004509abb501139eb2ee4c33ee00a4d1f24763b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "SAVECONFIG": {
        "summary": "Forces a node to save the cluster configuration to disk.",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 2,
        "container": "CLUSTER",
        "function": "clusterCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "STALE"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}