From 55e4d4868b7a78509f37cf48af76bb2f1146ffe1 Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 15:44:48 +0200 Subject: [PATCH] Formatting --- docs/redis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/redis.md b/docs/redis.md index 8fe78d3b1..3663fea1a 100644 --- a/docs/redis.md +++ b/docs/redis.md @@ -10,7 +10,7 @@ docker-compose exec redis-mailcow redis-cli 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 +23,7 @@ OK [...] ``` -##### KEYS +**KEYS** Get all keys matching your pattern: @@ -31,7 +31,7 @@ Get all keys matching your pattern: ``` -##### PING +**PING** Test a connection: