Skip to content

Releases: 2881099/FreeRedis

v1.0.1

07 Sep 15:17
Compare
Choose a tag to compare
  • add Async methods 开放异步方法

v0.6.6

06 Sep 12:48
Compare
Choose a tag to compare
  • CheckAvailable retry
  • add: RedisJSON commands support.
  • fix: sentinel rw_spliting invalid bug #80
  • fix: Cluster proxy mode SocketPool
  • fix: IsIgnoreAop
  • 增加CRC16相关功能
  • 优化订阅断线重连

v0.5.4

10 Jun 00:16
Compare
Choose a tag to compare
  • 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

25 Apr 10:47
Compare
Choose a tag to compare
  • 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

10 Nov 20:31
Compare
Choose a tag to compare
  • 完成 client-side-caching 功能(redis 6.0 客户端缓存);
  • 完成 RedisClient 事件 Notice/Connected/Unavailable 功能;

v0.0.9

09 Nov 20:46
Compare
Choose a tag to compare
  • 完成 prefix 添加至 key 前辍处理;
  • 完成 interceptors aop 功能;
  • 完成 cluster 测试;
  • 完成 cluster del/unlink/mget/mset/pfcount crosslot keys 的处理;
  • 修复 subscrible 有可能被 IdleBus 释放的问题;