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