github dragonflydb/dragonfly v0.13.1

latest releases: v1.22.2, v1.22.1, v1.22.0...
20 months ago

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

Don't miss a new dragonfly release

NewReleases is sending notifications on new releases.