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
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# RediSolar Python
2
2
3
-
This is the sample application codebase for the Redis University course [RU102PY, Redis for Python Developers](https://university.redis.com/courses/ru102py/).
3
+
This is the sample application codebase for RU102PY, [Redis for Python Developers](https://university.redis.io/learningpath/ikoq5va7id3qko) on [Redis University](https://university.redis.com).
4
4
5
5
## Setup
6
6
@@ -179,7 +179,7 @@ run a specific test:
179
179
180
180
$ pytest -k test_set_get
181
181
182
-
## Optional (but Recommended): RedisInsight
182
+
## Optional (But recommended): RedisInsight
183
183
184
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.
0 commit comments