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

refactor: netcore 3.0及以上,移除Newtonsoft.Json依赖 #496

Closed softworm closed 9 months ago

softworm commented 9 months ago

新版本优先使用.NET内置System.Text.Json库

2881099 commented 9 months ago

不合并,可选用零依赖的 FreeRedis