May 2019
Intermediate to advanced
504 pages
11h 50m
English
The Azure Cache for Redis resource is a provider that implements an in-memory data structure store that is similar to Redis. It helps improve the performance and scalability of distributed systems by decreasing the load on the actual persistence store. With Redis, data is stored as KVPs, and because of its replicated nature, it can also be used as a distributed queue. Redis supports the execution of transactions in an atomic manner.
We will be using the cache-aside pattern with the help of Azure Cache for Redis to implement in our application backend.
Read now
Unlock full access