Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 948 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[1.1.0] - 2022-06-16

🚀 Features

  • Support Redis protocol(not fully)
  • 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

  • Support String, List, Hash, Set, and ZSet

  • 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