Skip to content

Commit

Permalink
📝 1.4.1 更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Oct 24, 2023
1 parent c827528 commit 5942d4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ public class RedisConfiguration {
}
```

## [1.4.1] 2023-10-23

### ⭐ Features

#### Redis
- :sparkles: 添加 DistributedLock 在获取锁失败时可以进行自旋重试的能力。
- :sparkles: @Cached 注解默认进行 3 次自旋尝试,可通过属性 retryCount 进行修改。

## [1.4.0] 2023-05-31

### 💛 Warning
Expand Down

0 comments on commit 5942d4b

Please sign in to comment.