From a480cac8a0565655c8b9969152ec4cf01e9159b8 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Sun, 27 Oct 2019 22:56:08 +0200 Subject: [PATCH] Adds debugging documentation --- views/documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/views/documentation.md b/views/documentation.md index 27a7518c..31ac9ca0 100644 --- a/views/documentation.md +++ b/views/documentation.md @@ -69,6 +69,7 @@ Troubleshooting --- * [Redis problems?](/topics/problems): Bugs? High latency? Other issues? Use [our problems troubleshooting page](/topics/problems) as a starting point to find more information. +* [Redis debugging guide](/topics/debugging): A quick introduction to debugging the Redis server with GDB. Redis Cluster ---