github.com/flower-corp/rosedb@v1.1.2-0.20230117132829-21dc4f7b319a/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  All notable changes to this project will be documented in this file.
     4  
     5  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
     6  
     7  ## [1.1.0] - 2022-06-16
     8  
     9  ### 🚀 Features
    10  
    11  * Support `Redis` protocol(not fully)
    12    * see [supported commands in Redis](https://github.com/flower-corp/rosedb/wiki/Commands)
    13  * Add more `Hash`, `List`, and `Set` commands
    14  * Fix unit tests fit for `Windows`
    15  * Add CI and an issue template
    16  
    17  ## [1.0.0] - 2022-05-08
    18  
    19  ### 🚀 Features
    20  
    21  - Support `String`, `List`, ` Hash`, ` Set`, and `ZSet`
    22    - see [supported commands in Redis](https://github.com/flower-corp/rosedb/wiki/Commands)
    23  
    24  - Logfile garbage collection automatically
    25    - see option `LogFileGCRatio` and `LogFileGCInterval`
    26  
    27  - Support standard `FileIO` and `MMap`
    28  - Support different index mode
    29    - `KeyOnlyMemMode`: only store keys in memory and values are in disk
    30    - `KeyValueMemMode`: both keys and values will store in memory