summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-monitor.json
blob: cf6b4eebf2beb3191b31baa98107320ec265119a (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
28
29
30
31
32
33
34
35
36
37
{
    "MONITOR": {
        "summary": "Starts monitoring.",
        "complexity": "O(1)",
        "group": "sentinel",
        "since": "2.8.4",
        "arity": 6,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ],
        "reply_schema": {
            "const": "OK"
        },
        "arguments": [
            {
                "name": "name",
                "type": "string"
            },
            {
                "name": "ip",
                "type": "string"
            },
            {
                "name": "port",
                "type": "integer"
            },
            {
                "name": "quorum",
                "type": "integer"
            }
        ]
    }
}