A Simple Caching API using Azure Cache for Redis in ASP.Net Core
- Clone this Github repo
- Change connection string
AzureRedisCacheConnection
to point to your Azure Cache for Redis
in appsettings.json
file
- Run dotnet core project
- Open Swagger in browser to test (as below)