In this course, you will learn about
Caching
Redis Caching
How to create Redis Cache
Develop Redis Cache Client
ASP.NET Output Cache Provider for Azure Redis Cache.
Redis is an advanced key-value store, where keys can contain data structures such as strings, hashes, lists, sets and sorted sets. Redis supports a set of atomic operations on these data types.
Azure Redis Cache is based on the popular open-source Redis cache. It gives you access to a secure, dedicated Redis cache, managed by Microsoft and accessible from any application within Azure.
By the end of the course, you will be able to create Azure Redis Cache and develop Redis Cache Client.