Implement data operations in Azure Managed Redis
Intermediate
Developer
Azure Managed Redis
Learn how to implement data operations in Azure Managed Redis. This module covers Azure Managed Redis features, client library best practices, and how to store and retrieve data efficiently.
Learning objectives
After completing this module, you'll be able to:
- Explain Azure Managed Redis capabilities and caching strategies for high-performance applications
- Select appropriate client libraries and apply development best practices for Redis implementations
- Implement data operations including storage, retrieval, expiration, and cache invalidation patterns
Prerequisites
Before beginning this module, you should have:
- Programming experience with languages such as Python, JavaScript, or C#.
- Basic understanding of Azure services and cloud computing concepts.
- Familiarity with caching concepts and cache-aside patterns.
- Understanding of data structures (strings, hashes, lists) and key-value storage.