We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ab3d5 commit ebb47cbCopy full SHA for ebb47cb
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# Release 2.3.2(2023-08-30)
2
+## 🚀 New Features
3
+* add AscendKeys and DescnedKeys
4
+* Add Expire and TTL functions (https://github.com/rosedblabs/rosedb/pull/278)
5
+
6
+## 🎄 Enhancements
7
+* fix expire bug and add examples
8
+* add iterate examples
9
10
+## 🎠 Community
11
+* Thanks to @Jeremy-Run
12
+ * Delete expired key of the index (https://github.com/rosedblabs/rosedb/pull/269)
13
+ * New: Delete Expired Keys (https://github.com/rosedblabs/rosedb/pull/280)
14
+* Thanks to @LEAVING-7
15
+ * Fix potential deadlock in merge.go (https://github.com/rosedblabs/rosedb/pull/279)
16
17
+## 🐞 Bug Fixes
18
+* fix reput ttl bug
19
20
# Release 2.3.1(2023-08-21)
21
## 🚀 New Features
22
* Support key expire
0 commit comments