1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-16 20:49:06 +00:00

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

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`