Skip to content

Releases: farseer-go/redis

v0.15.0

19 Nov 06:21
Compare
Choose a tag to compare
升级框架

v0.14.0

11 Jun 12:20
Compare
Choose a tag to compare
升级go.mod

v0.13.0

04 Feb 10:31
Compare
Choose a tag to compare
  1. 仅升级依赖组件版本号

v0.12.0

08 Jan 11:06
Compare
Choose a tag to compare
  1. 仅升级依赖组件版本号

v0.11.0

25 Dec 05:21
Compare
Choose a tag to compare
  1. 仅升级依赖组件版本号

v0.10.0

17 Dec 16:08
Compare
Choose a tag to compare
  1. 调整:移除了MapToArray方法

v0.9.0

22 Nov 15:44
Compare
Choose a tag to compare
  1. 新增:Redis链路追踪
  2. 新增:redis.Register手动注册内部上下文,以实现动态Redis方案
  3. 新增:事务、管理方法
  4. 调整:健康检查时,返回Redis服务端时间
  5. 调整:移除routine依赖,改用asyncLocal类型
  6. 调整:移除redis.Nil的错误类型
  7. 修复:异常时不能写入redis

v0.8.0

27 Jul 15:40
Compare
Choose a tag to compare
  1. 新增:HashIncrXXX,Hash对field加减

  2. 修改:TTL时间入参改为cache.Option参数传入
  3. 新增:缓存时间策略

v0.2.0

03 Mar 15:02
Compare
Choose a tag to compare
  1. 新增:订阅功能
  2. 新增:注册事件方法
  3. 新增:获取原生的客户端
  4. 新增:Redis健康检查
  5. 新增:选举功能
  6. 调整:cache缓存
  7. 调整:SetProfiles增加增加ICacheManage返回值
  8. 调整:configure.ParseConfig -> configure.ParseString函数名称
  9. 调整:ToEntity增加exists返回值
  10. 调整:Redis使用方式,改为redis.IClient接口方式使用
  11. 调整:time.After方式,避免内存泄露
  12. 调整:修改cacheId为any类型
  13. 调整:统一使用fs.Context

v0.1.0

20 Sep 10:30
Compare
Choose a tag to compare

We are very happy to release the first external version number v0.1.0
Before this, our team has been working hard to add various features to the framework to meet the needs of the business system.
After 3 months, we have commonly used features added to the framework and verified by initial testing.
As a result, our team decided to release this version number.
It is important to note that until v1 arrives, v0, there will still be a lot of minor issues. However, we will try to fix the problems found quickly.
If you find any bugs in the process of using it, please also send issues or PRs, thanks.