mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added redis notes to the knowledge base
This commit is contained in:
11
knowledge base/redis.md
Normal file
11
knowledge base/redis.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Redis
|
||||
|
||||
## TL;DR
|
||||
|
||||
```shell
|
||||
# debug the server
|
||||
redis-cli -h "${HOST}" -p "${PORT}" --user "${USERNAME}" --askpass MONITOR
|
||||
|
||||
# execute the commands from the master's container on kubernetes
|
||||
kubectl exec redis-0 -- redis-cli MONITOR
|
||||
```
|
||||
Reference in New Issue
Block a user