mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
18 lines
397 B
JSON
18 lines
397 B
JSON
|
{
|
||
|
"LATEST": {
|
||
|
"summary": "Return the latest latency samples for all events.",
|
||
|
"complexity": "O(1)",
|
||
|
"group": "server",
|
||
|
"since": "2.8.13",
|
||
|
"arity": 2,
|
||
|
"container": "LATENCY",
|
||
|
"function": "latencyCommand",
|
||
|
"command_flags": [
|
||
|
"ADMIN",
|
||
|
"NOSCRIPT",
|
||
|
"LOADING",
|
||
|
"STALE"
|
||
|
]
|
||
|
}
|
||
|
}
|