Tan*_*onk 4 .net c# .net-core asp.net-core
据说我可以使用Microsoft.Extensions.Caching.StackExchangeRedis和services.AddStackExchangeRedisCache使用ConfigureServices
Microsoft.Extensions.Caching.StackExchangeRedis但是dotnet core 3.0 上不存在命名空间。
只有using Microsoft.Extensions.Caching.Memory;并且using Microsoft.Extensions.Caching.Distributed;存在