summaryrefslogtreecommitdiff
path: root/src/commands/acl-whoami.json
blob: 7c3cc9ace9a7eac4fc8075b1a722a15c31207ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "WHOAMI": {
        "summary": "Return the name of the user associated to the current connection",
        "complexity": "O(1)",
        "group": "server",
        "since": "6.0.0",
        "arity": 2,
        "container": "ACL",
        "function": "aclCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ]
    }
}