Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-13 | 2.3 kB | |
v1.0.2 source code.tar.gz | 2023-12-13 | 176.3 kB | |
v1.0.2 source code.zip | 2023-12-13 | 225.2 kB | |
Totals: 3 Items | 403.7 kB | 0 |
Changelog
Feature
- feat: add GetMaxKey and GetMinKey for kv type by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/514
- [feat]add the definition of bucketStatus and add the calculation logic for it. by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/521
- feat: Implement of increments and decrements by @TremblingV5 in https://github.com/nutsdb/nutsdb/pull/529
- feat : add PutIfExists(SETEX) and PutIfNotExists(SETNX) APIs by @ksankeerth in https://github.com/nutsdb/nutsdb/pull/527
- feat: add getlen to retrieve length of the value by key by @yudhasubki in https://github.com/nutsdb/nutsdb/pull/541
- feat: add getset method by @yudhasubki in https://github.com/nutsdb/nutsdb/pull/542
BugFix
- fix: should be ignore when error bucket not exist by @yudhasubki in https://github.com/nutsdb/nutsdb/pull/533
- fix: build index for bucket after creation by @ksankeerth in https://github.com/nutsdb/nutsdb/pull/528
- fix: check the list map instead of writing it by @yudhasubki in https://github.com/nutsdb/nutsdb/pull/537
- fix: tx.IterateBuckets cannot iterate. by @diiyw in https://github.com/nutsdb/nutsdb/pull/543
Other
- [Ref]Rebuild the bucket related code second times by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/515
- [ref]rebuild the code about the status, Ds, dataflag in metadata structure by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/518
- [ref] rebuild the meta data file and dont use ioat anymore by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/519
- [ref] rebuild the get change count function, make it more readable. by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/520
- doc: fix use-buckets.md by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/524
- [ref]change the name to lower case by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/538
New Contributors
- @yudhasubki made their first contribution in https://github.com/nutsdb/nutsdb/pull/533
- @ksankeerth made their first contribution in https://github.com/nutsdb/nutsdb/pull/528
- @diiyw made their first contribution in https://github.com/nutsdb/nutsdb/pull/543
Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.1...v1.0.2