© Rob Reagan 2018
Rob ReaganWeb Applications on Azurehttps://doi.org/10.1007/978-1-4842-2976-7_7

7. Redis Cache

Rob Reagan
(1)
Chattanooga, Tennessee, USA
 
Memory caching is the act of storing data that an application needs in memory where it can be quickly retrieved. Under certain circumstances, doing so can dramatically increase both an application’s throughput and performance. Caching data in memory is especially effective when an application needs to repeatedly access the same data that is expensive to retrieve or calculate. Let’s take a look at an example where an application can benefit from memory caching.
TechStore is a fictitious online retailer that sells the latest and greatest gadgets. Once a week, TechStore reviews its product catalog ...

Get Web Applications on Azure: Developing for Global Scale now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.