summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/latency-latest.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/latency-latest.md')
-rw-r--r--iredis/data/commands/latency-latest.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/iredis/data/commands/latency-latest.md b/iredis/data/commands/latency-latest.md
index 883f0a5..918435b 100644
--- a/iredis/data/commands/latency-latest.md
+++ b/iredis/data/commands/latency-latest.md
@@ -2,15 +2,15 @@ The `LATENCY LATEST` command reports the latest latency events logged.
Each reported event has the following fields:
-- Event name.
-- Unix timestamp of the latest latency spike for the event.
-- Latest event latency in millisecond.
-- All-time maximum latency for this event.
+* Event name.
+* Unix timestamp of the latest latency spike for the event.
+* Latest event latency in millisecond.
+* All-time maximum latency for this event.
-"All-time" means the maximum latency since the Redis instance was started, or
-the time that events were reset `LATENCY RESET`.
+"All-time" means the maximum latency since the Redis instance was
+started, or the time that events were reset `LATENCY RESET`.
-@example:
+@examples
```
127.0.0.1:6379> debug sleep 1
@@ -34,5 +34,4 @@ For more information refer to the [Latency Monitoring Framework page][lm].
@array-reply: specifically:
The command returns an array where each element is a four elements array
-representing the event's name, timestamp, latest and all-time latency
-measurements.
+representing the event's name, timestamp, latest and all-time latency measurements.