Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 11:12
· 2465 commits to main since this release
f7e70bc

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

New Contributors

Full Changelog: v0.13.0...v0.13.1