Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Jun 16, 2022
1 parent 4d21199 commit 17cbc24
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.1.0] - 2022-06-16

### 🚀 Features

* Support `Redis` protocol(not fully)
* see [supported commands in Redis](https://github.com/flower-corp/rosedb/wiki/Commands)
* Add more `Hash`, `List`, and `Set` commands
* Fix unit tests fit for `Windows`
* Add CI and an issue template

## [1.0.0] - 2022-05-08

### 🚀 Features
Expand All @@ -18,4 +28,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- 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 17cbc24

Please sign in to comment.