net6 使用 redis 实现 IDistributedCache
摘要:在net6的官方文档中,如果需要使用redis作为分布式缓存,会建议使用RedisCache AddStackExchangeRedisCache ()来实现 ,根据官方文档内容进行操作后,发生了如下异常 public void Test() { Cache.SetString(Key, "123"
阅读全文
posted @ 2021-12-01 15:00
posted @ 2021-12-01 15:00
posted @ 2021-11-03 16:03