26 lines
586 B
JSON
26 lines
586 B
JSON
![]() |
{
|
||
|
"RESET": {
|
||
|
"summary": "Reset latency data for one or more events.",
|
||
|
"complexity": "O(1)",
|
||
|
"group": "server",
|
||
|
"since": "2.8.13",
|
||
|
"arity": -2,
|
||
|
"container": "LATENCY",
|
||
|
"function": "latencyCommand",
|
||
|
"command_flags": [
|
||
|
"ADMIN",
|
||
|
"NOSCRIPT",
|
||
|
"LOADING",
|
||
|
"STALE"
|
||
|
],
|
||
|
"arguments": [
|
||
|
{
|
||
|
"name": "event",
|
||
|
"type": "string",
|
||
|
"optional": true,
|
||
|
"multiple": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|