summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel.json
blob: 81466e2ddce9fb3950c4377d013df364fd7d32fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "SENTINEL": {
        "summary": "A container for Sentinel commands",
        "complexity": "Depends on subcommand.",
        "group": "sentinel",
        "since": "2.8.4",
        "arity": -2,
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}