Skip to content

Commit 6a6e3a8

Browse files
committed
add changelog for v2.3.1
1 parent f36db24 commit 6a6e3a8

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release 2.3.1(2023-08-21)
2+
## 🚀 New Features
3+
* Support key expire
4+
* You can call `PutWithTTL` to set the expire time for a key.
5+
6+
## 🎠 Community
7+
* Thanks to @weijiew
8+
* Add more BTree functions #264
9+
110
# Release 2.3.0(2023-08-18)
211
## 🚀 New Features
312
* use BTree as the default memory data structure.

README-CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ RoseDB 存储数据的文件使用预写日志(Write Ahead Log),这些日
8080
RoseDB 支持 Watch 功能,DB 中的 key 发生变化时你可以得到一个事件通知。
8181
</details>
8282

83+
<details>
84+
<summary><b>支持 Key 的过期时间</b></summary>
85+
RoseDB 支持为 key 设置过期时间,过期后 key 将被自动删除。
86+
</details>
87+
8388
### 缺点
8489

8590
<details>

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ RoseDB log files are using the WAL(Write Ahead Log) as backend, which are append
8181
RoseDB supports key watch, you can get the notification if keys changed in db.
8282
</details>
8383

84+
<details>
85+
<summary><b>Support key expire</b></summary>
86+
RoseDB supports key expire, you can set the expire time for keys.
87+
</details>
88+
8489
### Weaknesses
8590

8691
<details>

0 commit comments

Comments
 (0)