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`