You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,12 @@ run a specific test:
179
179
180
180
$ pytest -k test_set_get
181
181
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
+
182
188
## FAQ
183
189
184
190
### Why do I get a "Python 3.8 is not installed!" error when I try to run `make` commands?
0 commit comments