YOU’RE LEARNING TO↗connect to Redis with redis-py and perform basic get/set operations with expiry
↗use Redis data types: strings, lists, hashes, sets, and sorted sets
↗implement the cache-aside pattern to accelerate slow database queries
↗use Redis pub/sub and understand it as a lightweight message bus
↗implement a sliding-window rate limiter using Redis atomic operations