2881099 / FreeRedis

🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.
MIT License
920 stars 164 forks source link

如何使用FreeRedis将Session写入Redis中 #191

Open icejd opened 3 months ago

icejd commented 3 months ago

查了一些文章,都介绍要用Microsoft.Extensions.Caching.StackExchangeRedis,我不是很喜欢这个,我已经在习惯了在项目中使用FreeRedis,不知道FreeRedis已提供了类似的解决方案,还是说需要自已写中间件完成,请百忙中指点下

2881099 commented 3 months ago

安装这个 FreeRedis.DistributedCache

icejd commented 3 months ago

收到