Skip to content

Commit

Permalink
chore(CHANGELOG): add version v0.10.0 description
Browse files Browse the repository at this point in the history
  • Loading branch information
windvalley committed Jun 26, 2023
1 parent c0fb264 commit 224cda9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v0.10.0

### Added

封装 redis 常用工具库(位于 `internal/pkg/`), 加速开发效率:
- `redismq`
常规消息队列, 应用场景: 异步任务处理、解耦系统组件、削峰填谷、日志收集和事件驱动等
- `redisdelaymq`
延时消息队列, 应用场景: 定时任务调度、延迟通知和订单超时处理等
- `redispubsub`
发布订阅, 应用场景: 消息广播、实时通知、日志订阅和事件驱动等
- `redislock`
分布式锁, 应用场景: 并发控制、排他资源访问、分布式任务调度和避免重复操作等
## v0.9.0
### Added
Expand Down

0 comments on commit 224cda9

Please sign in to comment.