Using Redis for caching in Asp.Net Core
In this previous article, we learned about caching in Asp.Net Core. We talked about In-Memory cache and Distributed cache using SQL Server cache.
This article will discuss how to use Redis for caching in Asp.Net Core.
What is Redis?
Redis (REmote DIc...
blog.jhonatanoliveira.dev4 min read