Work with mutable and partial data in Azure Cache for Redis
Use Azure Cache for Redis to store frequently accessed data. Learn how to create transactions, manage memory, and use the cache-aside pattern.
Learning objectives
In this module, you will:
- Group multiple operations into a transaction
- Set an expiration time on your data
- Manage out-of-memory conditions
- Use the cache-aside pattern
- Use the ServiceStack.Redis package in a .NET Core console application
Prerequisites
- Experience with app development
- Experience using data in apps
- Basic understanding of Azure Cache for Redis
- Basic .NET knowledge