From 35926fa073a52dce83658199a8e07962b834f528 Mon Sep 17 00:00:00 2001 From: roseduan Date: Sun, 8 May 2022 17:57:23 +0800 Subject: [PATCH] fix changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034198fe..6e8a8f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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