summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-flushconfig.json
blob: 7d48cd482dbc8b5e254271b9332a7daf8f234a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "FLUSHCONFIG": {
        "summary": "Rewrite configuration file",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "2.8.4",
        "arity": 2,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}