summaryrefslogtreecommitdiffstats
path: root/src/commands/asking.json
blob: 388679509039f41fb7d44ed1a89e69f4b4756732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "ASKING": {
        "summary": "Signals that a cluster client is following an -ASK redirect.",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 1,
        "function": "askingCommand",
        "command_flags": [
            "FAST"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}