summaryrefslogtreecommitdiff
path: root/src/commands/dbsize.json
blob: ac3fbedd48c63a88c36c9a9750a2e69efe997157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "DBSIZE": {
        "summary": "Return the number of keys in the selected database",
        "complexity": "O(1)",
        "group": "server",
        "since": "1.0.0",
        "arity": 1,
        "function": "dbsizeCommand",
        "command_flags": [
            "READONLY",
            "FAST"
        ],
        "acl_categories": [
            "KEYSPACE"
        ]
    }
}