Redis is a database that lives in RAM instead of on disk — that makes it thousands of times faster than a regular database. These 4 lessons cover the patterns that power 90% of Redis usage in real apps.
Each lesson is interactive — you trigger real Redis commands and see exactly what happens. Visit the 🔑 Inspect tab at any time to see every key currently stored in your Redis instance, its type, and when it expires.
Try this order: start with Caching, refresh the page twice to see the speed difference, then work through the rest in order.