From 8bbc4f72ca3eadad9e373e5a75267fa0172420f9 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Thu, 17 Aug 2023 14:18:33 +0100 Subject: [PATCH] Added RedisInsight information. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5e18ffd..829b4fc 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,12 @@ run a specific test: $ pytest -k test_set_get +## Optional (but Recommended): RedisInsight + +RedisInsight is a graphical tool for viewing data in Redis and managing Redis server instances. You don't need to install it to be successful with this course, but we recommend it as a good way of viewing data stored in Redis. + +To use RedisInsight, you'll need to [download it](https://redis.io/docs/ui/insight/) then point it at your Redis instance. Check out the [RedisInsight documentation](https://redis.io/docs/ui/insight/) for help. + ## FAQ ### Why do I get a "Python 3.8 is not installed!" error when I try to run `make` commands?