Caching from Redis using ASP.NET Core Web API
I am using SQL Server for my database. I want to cache the result from API endpoints because the app is taking too much time initially to load as we have images/audios as files. I have implemented redis in order to cache the result and improve upon initial load time. It is running locally fine, but when I deploy this on the server, it did not show any improvement – rather it delays.