Difficulty: Intermediate
When should you use a Read Replica instead of Redis?
Use Read Replicas for scaling complex SQL queries that can't be easily cached. Use Redis for frequent, simple key-value lookups or highly redundant data.
Scaling, Performance