blob: f2081ca465c737ea6120a1daeb28f279835de8c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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",
"SENTINEL"
],
"acl_categories": [
"CONNECTION"
]
}
}
|