Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 549 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 549 Bytes

simple-caching-service

A Simple Caching API using Azure Cache for Redis in ASP.Net Core

How to use

  1. Clone this Github repo
  2. Change connection string AzureRedisCacheConnection to point to your Azure Cache for Redis in appsettings.json file image
  3. Run dotnet core project
  4. Open Swagger in browser to test (as below) image