Add note about monitoring redis commands

This commit is contained in:
Jake Howard 2022-09-30 14:50:38 +01:00
parent dac716e745
commit b356503357
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 12 additions and 0 deletions

12
notes/redis/monitor.md Normal file
View File

@ -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`