All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Support
Redis
protocol(not fully) - Add more
Hash
,List
, andSet
commands - Fix unit tests fit for
Windows
- Add CI and an issue template
-
Support
String
,List
,Hash
,Set
, andZSet
-
Logfile garbage collection automatically
- see option
LogFileGCRatio
andLogFileGCInterval
- see option
-
Support standard
FileIO
andMMap
-
Support different index mode
KeyOnlyMemMode
: only store keys in memory and values are in diskKeyValueMemMode
: both keys and values will store in memory