PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /opt/redis-8/src/commands/ |
| Server: Linux yellow.o2switch.net 4.18.0-553.75.1.lve.el8.x86_64 #1 SMP Tue Sep 23 15:13:30 UTC 2025 x86_64 IP: 109.234.161.246 |
| Dir : //opt/redis-8/src/commands/latency-latest.json |
{
"LATEST": {
"summary": "Returns 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"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT",
"REQUEST_POLICY:ALL_NODES",
"RESPONSE_POLICY:SPECIAL"
],
"reply_schema": {
"type": "array",
"description": "An array where each element is a four elements array representing the event's name, timestamp, latest and all-time latency measurements.",
"items": {
"type": "array",
"minItems": 4,
"maxItems": 4,
"items": [
{
"type": "string",
"description": "Event name."
},
{
"type": "integer",
"description": "Timestamp."
},
{
"type": "integer",
"description": "Latest latency in milliseconds."
},
{
"type": "integer",
"description": "Max latency in milliseconds."
}
]
}
}
}
}