Introduction
- Redis Explained • Architecture Notes 📖
- I’ve been using Redis wrong this whole time… • How and when to consider using Redis as your primary database (not just a cache layer) • Dreams of Code 📺
- Install Redis on macOS • Redis 📚
General
- Adding a cache is not as simple as it may seem… • Great demo of implenting Redis as a cache layer in a project with a Rust server and Postgres db, including solving initial problems with response times and cache invalidation • Dreams of Code 📺
- Caching patterns - Database Caching Strategies Using Redis • AWS 📚
Optimizing
- Redis Performance Tuning: How to Optimize Redis for High-Traffic Applications • Jatin Sharma 📖