2881099 / csredis

.NET Core or .NET Framework 4.0+ client for Redis and Redis Sentinel (2.8) and Cluster. Includes both synchronous and asynchronous clients.
MIT License
2.01k stars 414 forks source link

建议将Json依赖抽离 #470

Closed zhza closed 1 year ago

zhza commented 1 year ago

新版dotnet sdk已内置json格式化库,而本项目默认依赖第三方json库,在项目中使用时,同时维护两份json解析配置比较麻烦。 建议高版本要么把格式化的功能延迟到使用侧,由使用者自定义指定解析方案。

zhza commented 1 year ago

报欠,找到自定义解析入口了。

2881099 commented 1 year ago

也可以考虑 FreeRedis,全面重构过