summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-slaves.json
blob: bce5c7692a53ac42e11b45a887224ed6d66f9dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "SLAVES": {
        "summary": "List the monitored slaves",
        "complexity": "O(N) where N is the number of slaves",
        "group": "sentinel",
        "since": "2.8.0",
        "arity": 3,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "deprecated_since": "5.0.0",
        "replaced_by": "`SENTINEL REPLICAS`",
        "doc_flags": [
            "DEPRECATED"
        ],
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ],
        "arguments": [
            {
                "name": "master-name",
                "type": "string"
            }
        ]
    }
}