v0.13.1
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 #631
- fix(server): version check bugs by @romange in #632
New Contributors
- @brunopicinin made their first contribution in #631
Full Changelog: v0.13.0...v0.13.1