summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-info-cache.json
blob: 5c7855663e752e1540cfd69da8937cd6cf0cc8da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "INFO-CACHE": {
        "summary": "Get cached INFO from the instances in the deployment",
        "complexity": "O(N) where N is the number of instances",
        "group": "sentinel",
        "since": "3.2.0",
        "arity": -3,
        "container": "SENTINEL",
        "function": "sentinelCommand",
        "command_flags": [
            "ADMIN",
            "SENTINEL",
            "ONLY_SENTINEL"
        ],
        "arguments": [
            {
                "name": "nodename",
                "type": "string",
                "multiple": true
            }
        ]
    }
}