mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-17 08:29:05 +00:00
12 lines
194 B
Markdown
12 lines
194 B
Markdown
---
|
|
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`
|