关于Redis分布式缓存 IDistributedCache 的工具类
摘要:
通过NuGet 安装 Microsoft.Extensions.Caching.StackExchangeRedis 组件 在 Program.cs 的 builder.Build() 之前注册 IDistributedCache 服务 string redisConnection = builde 阅读全文
posted @ 2022-09-16 10:36 宁静致远. 阅读(176) 评论(0) 推荐(1) 编辑