summaryrefslogtreecommitdiffstats
path: root/src/commands/command-count.json
blob: 7306767b607db5acac2c38059f06f5a6406e42e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "COUNT": {
        "summary": "Returns a count of commands.",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.8.13",
        "arity": 2,
        "container": "COMMAND",
        "function": "commandCountCommand",
        "command_flags": [
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "acl_categories": [
            "CONNECTION"
        ],
        "reply_schema": {
            "description": "Number of total commands in this Redis server.",
            "type": "integer"
        }
    }
}