From 17cbc24e13bf8f4d059edbfd58523b15537d90d2 Mon Sep 17 00:00:00 2001 From: roseduan Date: Thu, 16 Jun 2022 13:33:50 +0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8a8f56..5dfedf80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 -