summaryrefslogtreecommitdiff
path: root/src/commands/asking.json
blob: a825804d1bd9297280c3353a3bc39a500a693105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "ASKING": {
        "summary": "Sent by cluster clients after an -ASK redirect",
        "complexity": "O(1)",
        "group": "cluster",
        "since": "3.0.0",
        "arity": 1,
        "function": "askingCommand",
        "command_flags": [
            "FAST"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}