http://www.bogotobogo.com/python/python_redis_with_python.php
Redis with Python
In order to use #Redis with Python, we will need a Python Redis client.
In following sections, we will demonstrate the use of redis-py, a Redis Python Client.
redis-py requires a running Redis server. See Redis Install for installation.