summaryrefslogtreecommitdiff
path: root/src/commands/latency-latest.json
blob: f9a349e582f3768fecdace8715d41d7eb0a2c181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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"
        ]
    }
}