Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 13:33
· 3423 commits to main since this release

Dragonfly 0.8.0

A nice release, not very big but things are moving in the right direction.

  1. Transactional support is extended to WATCH/UNWATCH by @dranikpg
  2. A new SET data-structure was introduced by @braydnm . It can potentially provide for up to 50% memory savings when using small records in the set. See dense set doc for more details. You can start using the upgraded set with --use_set2 flag when running dragonfly.
  3. JSON.DEL was added to JSON family by @iko1 .

Huge thanks to all the contributors! ❤️

What's Changed

Full Changelog: v0.7.0...v0.8.0