- Support Put/Get/Delete Operations
- Support TTL
- Support Range/Prefix Scanning
- Support Merge Operation
- Support BackUp Operation
- Support Bucket
- Support list
- Support set
- Support sorted set
- Add tests for list,set,sorted set
- Add examples for list,set,sorted set
- Fix error when batch put operations
- Update README && CHANGELOG
- Support persistence
- Discard mmap package
- Discard EntryIdxMode options: HintAndRAMIdxMode and HintAndMemoryMapIdxMode
- Add new EntryIdxMode options: HintKeyValAndRAMIdxMode and HintKeyAndRAMIdxMode
- Fix when fn is nil
- Update README && CHANGELOG
- Support mmap loading file
- Add rwmanager interface
- Add new options: RWMode, SyncEnable and StartFileLoadingMode
- Fix tx bug when a tx commits
- Clean up some codes
- Update README && CHANGELOG