Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@roseduan roseduan released this 20 Mar 09:17
· 176 commits to main since this release

🚀 Features

  • Basic operations:Put(WithOptions)/Delete(WithOptions)/Get
  • Expiration of each key
  • Column Family
  • Value log compaction automatically by user`s options
  • File r/w support FileIO and MMap
  • Simple client/server tools

💡Notice

  • Not fully tested in Windows (Mac and Linux only)