File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## [ 1.1.0] - 2022-06-16
8+
9+ ### 🚀 Features
10+
11+ * Support ` Redis ` protocol(not fully)
12+ * see [ supported commands in Redis] ( https://github.com/flower-corp/rosedb/wiki/Commands )
13+ * Add more ` Hash ` , ` List ` , and ` Set ` commands
14+ * Fix unit tests fit for ` Windows `
15+ * Add CI and an issue template
16+
717## [ 1.0.0] - 2022-05-08
818
919### 🚀 Features
@@ -18,4 +28,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1828- Support different index mode
1929 - ` KeyOnlyMemMode ` : only store keys in memory and values are in disk
2030 - ` KeyValueMemMode ` : both keys and values will store in memory
21-
You can’t perform that action at this time.
0 commit comments