From b3565033572d40ed5f06d46d58b7335e4252d76a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 30 Sep 2022 14:50:38 +0100 Subject: [PATCH] Add note about monitoring redis commands --- notes/redis/monitor.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/redis/monitor.md diff --git a/notes/redis/monitor.md b/notes/redis/monitor.md new file mode 100644 index 0000000..611ca6f --- /dev/null +++ b/notes/redis/monitor.md @@ -0,0 +1,12 @@ +--- +title: Monitor redis commands +tags: + - Redis +emoji: 👀 +link: https://redis.io/commands/monitor/ +--- + +It's often useful to view what Redis is working on. + +1. Connect to redis +2. `MONITOR`