summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-config.json
blob: 02a1f3730130d848099df8a57904383b007d7816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "CONFIG": {
        "summary": "Configure Sentinel",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "6.2.0",
        "arity": -3,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}