nutsdb

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

APACHE-2.0 License

Stars
3.3K
Committers
64

Bot releases are hidden (Show)

nutsdb - v1.0.4 Latest Release

Published by bigboss2063 8 months ago

Changelog

BugFix

Other

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.3...v1.0.4

nutsdb - v1.0.3

Published by bigboss2063 10 months ago

Changelog

Feature

BugFix

Other

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.2...v1.0.3

nutsdb - v1.0.2

Published by bigboss2063 10 months ago

Changelog

Feature

BugFix

Other

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.1...v1.0.2

nutsdb - v1.0.1

Published by bigboss2063 11 months ago

Changelog

BugFix

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.0...v1.0.1

nutsdb - v1.0.0

Published by bigboss2063 11 months ago

Changelog

Features

BugFix

Other

New Contributors

@xy3 made their first contribution in https://github.com/nutsdb/nutsdb/pull/493

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.3...v1.0.0

nutsdb - v1.0.0

Published by bigboss2063 11 months ago

Changelog

Features

BugFix

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.3...v1.0.0

nutsdb - v0.14.3

Published by bigboss2063 11 months ago

Changelog

BugFix

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.2...v0.14.3

nutsdb - v0.14.2

Published by bigboss2063 11 months ago

Changelog

Features

BugFix

Other

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.1...v0.14.2

nutsdb - v0.14.1

Published by bigboss2063 about 1 year ago

Changelog

Features

BugFix

Other

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.14.0...v0.14.1

nutsdb - v0.14.0

Published by bigboss2063 about 1 year ago

Changelog

Features

BugFix

Other

New Contributors

nutsdb - v0.13.1

Published by bigboss2063 about 1 year ago

What's Changed

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.13.0...v0.13.1

nutsdb - v0.13.0

Published by elliotchenzichang about 1 year ago

What's Changed

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.6...v0.13.0

nutsdb - v0.12.6

Published by elliotchenzichang about 1 year ago

What's Changed

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.4...v0.12.6

nutsdb - v0.12.4

Published by elliotchenzichang about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.3...v0.12.4

nutsdb - v0.12.3

Published by elliotchenzichang over 1 year ago

What's Changed

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.2...v0.12.3

nutsdb - v0.12.2

Published by elliotchenzichang over 1 year ago

What's Changed

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.1...v0.12.2

nutsdb - v0.12.1

Published by elliotchenzichang over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.0...v0.12.1

nutsdb - v0.12.0

Published by elliotchenzichang over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.11.1...v0.12.0

nutsdb - v0.11.1

Published by xujiajun almost 2 years ago

  • [Bug Fix] avoid nil of it.current (#233) @mindon
  • [Bug Fix] it.current may be nil when options.Reverse is false (#234) @xujiajun
  • [Refactor] changing the lock to be one of property of the structure can make the code more readable.(#228) @elliotchenzichang
  • [New Feature] add buffer size of recovery reader as param (#230) @elliotchenzichang
nutsdb - v0.11.0

Published by xujiajun almost 2 years ago

  • [Bug Fix] In BPTSparse when combination of bucket and key is repeated (#207) @ShiMaRing
  • [Bug Fix] MInInt function compatible with 32-bit operating systems (#208) @xujiajun
  • [Bug Fix] index EOF issue#213 (#214) @xujiajun
  • [Perf] optimize concurrent read performance (#205) @elliotchenzichang
  • [Perf] Use biobuf optimaze startspeed (#212) @elliotchenzichang
  • [New Feature] Support reverse iterator (EntryIdxMode: HintKeyAndRAMIdxMode and HintKeyValAndRAMIdxMode) (#202) @zeina1i
  • [New Feature] Add support for IterateBuckets regularized matching (#198) @Nailcui
  • [New Feature] list all key of bucket in memory mode (#206) @Nailcui
  • [New Feature] feat: add PrefixScan in memory mode (#211) @Nailcui
  • [Refactor] make default options to be created in a factory method (#196) @elliotchenzichang
  • [Refactor] use size constant value (#204) @elliotchenzichang
  • [Chore] add iterator example (#209) @xujiajun
  • [Chore] remove option StartFileLoadingMode (#218) @xujiajun