Redis
Manage Redis instances: keys, memory, clients, slowlog, persistence, replication, and pub/sub.
KeePass
Path: redis/<env>/<instance>
| Field |
Meaning |
| URL |
host |
| UserName |
ACL username (Redis 6+, optional) |
| Password |
auth (optional) |
port |
default 6379 |
database |
default 0 |
tags |
tags |
omo secrets put redis/development/local \
--url localhost \
--password mypass \
--attr port=6379 \
--attr database=0
Views
| Key |
View |
| 0 |
Keys |
| 1 |
Info |
| 2 |
Slowlog |
| 3 |
Stats |
| 4 |
Clients |
| 5 |
Config |
| 6 |
Memory |
| 7 |
Persist |
| 8 |
Repl |
| 9 |
PubSub |
More views
| Key |
View |
| ++A++ |
Key Analysis |
| ++W++ |
Databases |
| ++X++ |
Cmd Stats |
| ++Z++ |
Latency |
Actions
Keys
| Key |
Action |
| ++D++ |
Delete key |
| ++F++ |
Flush DB |
| ++N++ |
New key |
| ++E++ |
View key |
| ++S++ |
Select DB |
Memory / PubSub / Databases
| Key |
Action |
| ++D++ |
Memory Doctor (Memory) |
| ++U++ |
Publish (PubSub) |
| ++E++ |
Peek messages (PubSub) |
| ++S++ |
Switch DB (Databases) |
database · cache · monitoring