Intro to Redis in C# – Caching Made Easy



Intro to Redis in C# – Caching Made Easy

Intro to Redis in C# - Caching Made Easy

Caching can make your website run faster, it can improve your desktop application, and it can reduce the stress on your database. Basically, if you figure out caching, you can dramatically improve how well your application scales. In this video, we are going to look at how to use Redis to quickly and easily cache our data. I think you will be shocked by how easy this turns out to be.

Source Code: https://leadmagnets.app/?Resource=IntroToRedis
Patreon: https://www.patreon.com/IAmTimCorey
Mailing List: https://signup.iamtimcorey.com/
Purchase courses: https://iamtimcorey.com

0:00 – Intro
1:07 – Creating Blazor Server demo app
2:41 – Simulating wait on data access: AsyncTask Delay
9:05 – Redis Sever using Docker
16:01 – Caching NuGet
17:41 – Application configuration for Redis
21:11 – Redis connection string
23:00 – Extensions: helper methods for caching
40:58 – Implementing caching with Redis
57:38 – Loading data vs cache in action
1:01:16 – Recap
1:02:20 – Azure Redis server
1:13:25 – Stop and remove Redis server on Docker
1:15:40 – Remove Redis on Azure
1:18:37 – Summary and concluding remarks

Thanks to Ralfs HBK for the chapter breakdown

Comments are closed.