Redis 101 – Combining Redis with Python, An Introduction For Beginners
Introduction In this series of articles, I’m going to introduce you to the world’s most popular key-value pair store Redis! It is an open-source data storage system that can be used for various purposes such as in-memory database, message-broker, cache, etc. We will also discuss how you can use Redis with Python in your own … Continued
