summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/monitor.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/monitor.md')
-rw-r--r--iredis/data/commands/monitor.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/iredis/data/commands/monitor.md b/iredis/data/commands/monitor.md
index 7900787..28cbeef 100644
--- a/iredis/data/commands/monitor.md
+++ b/iredis/data/commands/monitor.md
@@ -36,8 +36,8 @@ QUIT
Connection closed by foreign host.
```
-Manually issue the `QUIT` command to stop a `MONITOR` stream running via
-`telnet`.
+Manually issue the `QUIT` or `RESET` commands to stop a `MONITOR` stream running
+via `telnet`.
## Commands not logged by MONITOR
@@ -90,4 +90,5 @@ flow.
@history
-- `>=6.0`: `AUTH` excluded from the command's output.
+- `>= 6.2`: `RESET` can be called to exit monitor mode.
+- `>= 6.0`: `AUTH` excluded from the command's output.