summaryrefslogtreecommitdiffstats
path: root/src/commands/ping.json
blob: e7db2c33246c032337c14c65558f21508fa80072 (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
{
    "PING": {
        "summary": "Ping the server",
        "complexity": "O(1)",
        "group": "connection",
        "since": "1.0.0",
        "arity": -1,
        "function": "pingCommand",
        "command_flags": [
            "FAST",
            "SENTINEL"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "command_tips": [
            "REQUEST_POLICY:ALL_SHARDS",
            "RESPONSE_POLICY:ALL_SUCCEEDED"
        ],
        "arguments": [
            {
                "name": "message",
                "type": "string",
                "optional": true
            }
        ]
    }
}