csredis-in-asp.net core理论实战-使用示例 IGeekFan 2019-07-07 重新出发 字数统计: 1.2k字 | 阅读时长: 6分 csredis GitHub https://github.com/2881099/csredis示例源码https://github.com/luoyunchong/dotnetcore-examples/tree/master/dotnet-core-redis前提 安装并配置好redis服务,可用。 vs2017或vs2019或vscode .net core 2.2+ sdk 阅读全文 Redis ASP.NET Core
csredis-in-asp.net core理论实战-主从配置、哨兵模式 IGeekFan 2019-07-06 .NET Core 字数统计: 3.1k字 | 阅读时长: 15分 csredis GitHub https://github.com/2881099/csredis 看了github上的开源项目,上面真的只是单纯的使用文档,可能对于我这种人(菜鸟)就不太友好, 我知道他对标的是ServiceStack.Redis, 一开始csredis只支持. net 版本,但原作者没有继续维护,作者使用 . net core重写后,逐渐演化的一个. net core 版本的redis 驱动, 使用这个类库可以方便的地在 c#中访问redis数据库,官方介绍 低门槛、高性能,和分区高级玩法的redis-cli SDK;我呢,就照着官方文档写一些示例,大佬就别看了,只是集成方案与学习笔记。 https://github.com/luoyunchong/dotnetcore-examples/blob/master/dotnet-core-redis/ 阅读全文 Redis ASP.NET Core