summaryrefslogtreecommitdiff
path: root/src/commands/command.json
blob: c32af61bccd540ea7ac6b2e2f3d6ee71a7f0cd4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "COMMAND": {
        "summary": "Get array of Redis command details",
        "complexity": "O(N) where N is the total number of Redis commands",
        "group": "server",
        "since": "2.8.13",
        "arity": -1,
        "function": "commandCommand",
        "command_flags": [
            "RANDOM",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}