summaryrefslogtreecommitdiff
path: root/src/commands/client-getname.json
blob: 89a62e872a7fd1a02faaa6b96979d1367fe1bff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "GETNAME": {
        "summary": "Get the current connection name",
        "complexity": "O(1)",
        "group": "connection",
        "since": "2.6.9",
        "arity": 2,
        "container": "CLIENT",
        "function": "clientCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}