Skip to content

Commit 35926fa

Browse files
committed
fix changelog
1 parent 57c67dd commit 35926fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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.0.0] - 2022-05-10
7+
## [1.0.0] - 2022-05-08
88

99
### 🚀 Features
1010

1111
- Support `String`, `List`, ` Hash`, ` Set`, and `ZSet`
12+
- see [supported commands in Redis](https://github.com/flower-corp/rosedb/wiki/Commands)
13+
1214
- Logfile garbage collection automatically
15+
- see option `LogFileGCRatio` and `LogFileGCInterval`
16+
1317
- Support standard `FileIO` and `MMap`
18+
- Support different index mode
19+
- `KeyOnlyMemMode`: only store keys in memory and values are in disk
20+
- `KeyValueMemMode`: both keys and values will store in memory
1421

0 commit comments

Comments
 (0)