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

请问一下有没有支持ReidisJson的计划 #469

Open jeffkxt opened 1 year ago

jeffkxt commented 1 year ago

RedisJson出来一段时间了,主要是比较方便可以处理Json对象,请问当前库会支持吗?谢谢

2881099 commented 1 year ago

请使用重构过的 FreeRedis,基于 redis6.0 做的,扩展性,功能上都更强大。

也支持 RedisJSON