summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-help.json
blob: 4c20313eb9ba9ec9af97e94615c569da2569aca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "6.2.0",
        "arity": 2,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "SENTINEL",
            "ONLY_SENTINEL"
        ]
    }
}