Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed May 8, 2022
1 parent 57c67dd commit 35926fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [1.0.0] - 2022-05-10
## [1.0.0] - 2022-05-08

### 🚀 Features

- Support `String`, `List`, ` Hash`, ` Set`, and `ZSet`
- see [supported commands in Redis](https://github.com/flower-corp/rosedb/wiki/Commands)

- Logfile garbage collection automatically
- see option `LogFileGCRatio` and `LogFileGCInterval`

- Support standard `FileIO` and `MMap`
- Support different index mode
- `KeyOnlyMemMode`: only store keys in memory and values are in disk
- `KeyValueMemMode`: both keys and values will store in memory

0 comments on commit 35926fa

Please sign in to comment.