https://university.redislabs.com/courses/course-v1:redislabs+RU202+2019_03/course/
Requirements:
Setup:
- Make sure the following env variable are set:
REDIS_HOST
,REDIS_PORT
andPYTHONPATH
- validate in the Terminal:
$ docker run --name redis-server \
-p 127.0.0.1:6389:6379/tcp \
-d redis:5-alpine redis-server \
--appendonly yes
$ REDIS_PORT=6389 python helloworld.py
None