Skip to content

Commit 8bbc4f7

Browse files
author
Simon Prickett
authored
Added RedisInsight information.
1 parent 88f736f commit 8bbc4f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ run a specific test:
179179

180180
$ pytest -k test_set_get
181181

182+
## Optional (but Recommended): RedisInsight
183+
184+
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.
185+
186+
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.
187+
182188
## FAQ
183189

184190
### Why do I get a "Python 3.8 is not installed!" error when I try to run `make` commands?

0 commit comments

Comments
 (0)