Releases: 2881099/FreeRedis
Releases · 2881099/FreeRedis
v0.6.6
- CheckAvailable retry
- add: RedisJSON commands support.
- fix: sentinel rw_spliting invalid bug #80
- fix: Cluster proxy mode SocketPool
- fix: IsIgnoreAop
- 增加CRC16相关功能
- 优化订阅断线重连
v0.5.4
- fix: XReadGroup read empty pending data bug
- fix: XPening null bug #92
- fix: out of bounds problem cause by slots
- add SubscribeList
- 优化 连接池不可用、定时检查
v0.5.1
- fix: XPening null bug #92
- fix: RecoverySentinel
- fix: ZScore return type
- fix: INFO parameter bug
- fix: Pipline prefix invalid bug
- fix: SubScrible multi chan bug
v0.1.0
- 完成 client-side-caching 功能(redis 6.0 客户端缓存);
- 完成 RedisClient 事件 Notice/Connected/Unavailable 功能;
v0.0.9
- 完成 prefix 添加至 key 前辍处理;
- 完成 interceptors aop 功能;
- 完成 cluster 测试;
- 完成 cluster del/unlink/mget/mset/pfcount crosslot keys 的处理;
- 修复 subscrible 有可能被 IdleBus 释放的问题;