Provides a super-fast cache layer between our API and database, allowing us to handle surprise bursts of users without overloading database. Response time on a cached request is usually <20ms processing, compared to ~500ms on a heavy database request. Redis