IntroductionΒΆ

Redis is popular in-memory data structure store, used as a database, cache and message broker. redis-py is recommended Python client to Redis.

Intention of this documentation is to create examples how to use redis-py.