mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 23:09:03 +00:00
Add note about monitoring redis commands
This commit is contained in:
parent
dac716e745
commit
b356503357
1 changed files with 12 additions and 0 deletions
12
notes/redis/monitor.md
Normal file
12
notes/redis/monitor.md
Normal 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`
|
Loading…
Reference in a new issue