How to combine Redis with MediatR

Опубликовано: 19 Февраль 2024
на канале: Spyros Katsios
300
17

Hi there! Today we are going to see how we can combine Redis with MediatR'
s pipelines, so we can implement caching in every request that we want effortlessly.

Introduction to Redis:    • Introduction to Redis  

Chapters:
00:00 : Intro
01:23 : CacheAttribute
02:41 : CacheService
06:24 : CacheBehavior
14:05 : Debugging

#csharp #dotnet #redis #mediator