Skip to content

Commit 17cbc24

Browse files
committed
v1.1.0
1 parent 4d21199 commit 17cbc24

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The 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-

0 commit comments

Comments
 (0)