v0.13.1
版本发布时间: 2023-01-02 19:12:18
dragonflydb/dragonfly最新发布版本:v1.22.2(2024-09-17 04:01:27)
Dragonfly v0.13.1
Minor bugfix
Don't miss the previous v0.13.0 Highlights: The first release of the year! Yey!
This release contains a few exciting features.
- Active defrag: any long-running process with non-trivial allocation patterns suffers from excessive memory usage due to external fragmentation. This release uses an improved defragmentation algorithm after we released the initial version in the previous version.
- Experimental SSD-based data-tiering support. Dragonfly is the only in-memory store that provides data tiering that is faster than other memory-only stores. (Currently only for strings). Try it with flag --spill_file_prefix=<nvme_file_basepath>
- JSON - this release compliments the already existing JSON API with support for SCAN and TYPE working with JSON data types.
- Replication (still not for prod use) but can already be tried on simple single key commands like SET, SADD, ZADD, LPUSH etc.
- Writes and reads of large string values are optimized for x86 architectures with SIMD instructions.
- Numerous improvements to helm templates, plus docker health checks - thanks to @tamcore !
What's Changed
- Update README.md by @brunopicinin in https://github.com/dragonflydb/dragonfly/pull/631
- fix(server): version check bugs by @romange in https://github.com/dragonflydb/dragonfly/pull/632
New Contributors
- @brunopicinin made their first contribution in https://github.com/dragonflydb/dragonfly/pull/631
Full Changelog: https://github.com/dragonflydb/dragonfly/compare/v0.13.0...v0.13.1
1、 dragonfly-aarch64.tar.gz 3.09MB
2、 dragonfly-aarch64.unstripped.tar.gz 35.06MB
3、 dragonfly-x86_64.tar.gz 3.3MB
4、 dragonfly-x86_64.unstripped.tar.gz 35.63MB