summaryrefslogtreecommitdiffstats
path: root/src/commands/client-setname.json
blob: cc9199fea574103ae4499180ec0f972226cbded4 (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
{
    "SETNAME": {
        "summary": "Set the current connection name",
        "complexity": "O(1)",
        "group": "connection",
        "since": "2.6.9",
        "arity": 3,
        "container": "CLIENT",
        "function": "clientCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "arguments": [
            {
                "name": "connection-name",
                "type": "string"
            }
        ]
    }
}