summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-replicas.json
blob: dc175a7ecd27d02691b922cc125a8a51f6b02536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "REPLICAS": {
        "summary": "List the monitored replicas",
        "complexity": "O(N) where N is the number of replicas",
        "group": "sentinel",
        "since": "5.0.0",
        "arity": 3,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ],
        "arguments": [
            {
                "name": "master-name",
                "type": "string"
            }
        ]
    }
}