From 1a51eae326e00621d6fa01c91620f3bdb287c3de Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 15:46:57 +0200 Subject: [PATCH] Structure --- docs/redis.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/redis.md b/docs/redis.md index 3663fea1a..d7f89daf8 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -8,9 +8,11 @@ To connect to the redis cli execute: docker-compose exec redis-mailcow redis-cli ``` +### Debugging + Here are some usefull commands for the redis-cli for debugging: -**MONITOR** +##### MONITOR Listens for all requests received by the server in real time: @@ -23,7 +25,7 @@ OK [...] ``` -**KEYS** +##### KEYS Get all keys matching your pattern: @@ -31,7 +33,7 @@ Get all keys matching your pattern: ``` -**PING** +##### PING Test a connection: