Azure Cache for Redis
-
Azure Cache for Redis is an in-memory data store based on Redis Software
-
Azure Cache for Redis offers as a managed service
- Redis Open-source
- Redis Commercial product from Redis labs (Redis Enteprise)
-
Azure cache for Redis can be used as distributed data, content cache, a session store, a message broker and more or it can be deployed as standalone or with other Azure database services such as Azure SQL or Cosmos db
-
Key-Scenarios:
- Data Cache
- Content Cache
- Session Store
- Job and Message queuing
- Distributed Transactions
-
Service Tiers
- Basic
- Standard
- Premium
- Enterprise
- Enterprise Flash
-
Creating a Cache (Redis OSS)

-
Areas of intrest

-
Using Azure Cache for Redis
- Python Refer Here
- Asp.net C# Classic Refer Here
- Asp.net core C# Refer Here
- Java Refer Here
- Node JS Refer Here
-
Exercise:
- Ensure you install Azure CLI and Azure Powershell Refer Here
- Ensure you go through the JSON and YAML tutorial Refer Here
