mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
18 lines
368 B
JSON
18 lines
368 B
JSON
|
{
|
||
|
"LEN": {
|
||
|
"summary": "Get the slow log's length",
|
||
|
"complexity": "O(1)",
|
||
|
"group": "server",
|
||
|
"since": "2.2.12",
|
||
|
"arity": 2,
|
||
|
"container": "SLOWLOG",
|
||
|
"function": "slowlogCommand",
|
||
|
"command_flags": [
|
||
|
"ADMIN",
|
||
|
"RANDOM",
|
||
|
"LOADING",
|
||
|
"STALE"
|
||
|
]
|
||
|
}
|
||
|
}
|