summaryrefslogtreecommitdiff
path: root/src/commands/command-count.json
blob: 88f7873bd34b6db50d840ae2634f7329853b9302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "COUNT": {
        "summary": "Get total number of Redis commands",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.8.13",
        "arity": 2,
        "container": "COMMAND",
        "function": "commandCountCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}