It seems there are 2 different Redis clients that Microsoft provides:
- Microsoft.Extensions.Caching.Redis
- Microsoft.Extensions.Caching.StackExchangeRedis
I see that both are widely used, but cannot figure the difference.
It seems that the first one is not supported anymore and all development has switched to the other one, but cannot find any confirmation.