Nutsdb (a key/value store) v0.3.0 released

NutsDB is a simple, fast, embeddable and persistent key/value store written in pure Go.It supports fully serializable transactions and many data structures like redis such as list、set、sorted set.

see https://github.com/xujiajun/nutsdb for detail.

v0.3.0 released

  • Support persistence
  • Discard mmap package (this package maybe has bugs about Flush function)
  • Discard EntryIdxMode options: HintAndRAMIdxMode and HintAndMemoryMapIdxMode
  • Add new EntryIdxMode options: HintKeyValAndRAMIdxMode and HintKeyAndRAMIdxMode
  • Fix when fn is nil
  • Update README && CHANGELOG

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.