Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-27 | 2.5 kB | |
v1.0.3 source code.tar.gz | 2023-12-27 | 185.4 kB | |
v1.0.3 source code.zip | 2023-12-27 | 239.3 kB | |
Totals: 3 Items | 427.2 kB | 0 |
Changelog
Feature
- feat: implements of getbit and setbit by @TremblingV5 in https://github.com/nutsdb/nutsdb/pull/539
- feat: implements ttl and persist by @ksankeerth in https://github.com/nutsdb/nutsdb/pull/546
- Implements of MSet, MGet, GetRange and Append by @TremblingV5 in https://github.com/nutsdb/nutsdb/pull/547
- add lru cache size judge when use lru by @damotiansheng in https://github.com/nutsdb/nutsdb/pull/555
- add lru cache when tx commit by @damotiansheng in https://github.com/nutsdb/nutsdb/pull/563
- feat: add GetKeys and GetValues by @bigboss2063 in https://github.com/nutsdb/nutsdb/pull/573
BugFix
- fix: cant insert multiple values at list by @yudhasubki in https://github.com/nutsdb/nutsdb/pull/549
- fix: fix typo by @xiaolin820 in https://github.com/nutsdb/nutsdb/pull/562
- bug fix: make bucket and entry changes can be visable in the same Tx by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/566
- [BugFix]fix the bug in tx visibility by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/568
Other
- test: add test for ZSet.ZKeys by @her-cat in https://github.com/nutsdb/nutsdb/pull/531
- [ref]change the pendinglist to map structure by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/550
- docs: add contributors images. by @xujiajun in https://github.com/nutsdb/nutsdb/pull/554
- docs(user_guide): fix typos in user_guide docs by @dreamjz in https://github.com/nutsdb/nutsdb/pull/553
- test(zset): Add unit test for ZPeekMin by @dreamjz in https://github.com/nutsdb/nutsdb/pull/556
- [ref]rebuild the pendingEntry and pendingBuckets into a serperated file by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/559
- change default lru size to zero by @damotiansheng in https://github.com/nutsdb/nutsdb/pull/564
- [ref]rebuild the data structure of pending BTree and Pending Write Entires by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/570
- [ref]rebuild the code for pendingList and pendingBucket by @elliotchenzichang in https://github.com/nutsdb/nutsdb/pull/571
New Contributors
- @her-cat made their first contribution in https://github.com/nutsdb/nutsdb/pull/531
- @dreamjz made their first contribution in https://github.com/nutsdb/nutsdb/pull/553
- @xiaolin820 made their first contribution in https://github.com/nutsdb/nutsdb/pull/562
Full Changelog: https://github.com/nutsdb/nutsdb/compare/v1.0.2...v1.0.3