Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 13:17
· 3436 commits to main since this release
a43badf

Dragonfly 0.7.0

Prominent features:
@iko1 , @dranikpg and @braydnm are without a doubt the stars of this release.

  • Periodic snapshotting support - by @braydn
    Check out save_schedule flag for that.
  • Preliminary json support - by @iko1
    Try running set foo '{"pi": 3.14 }' and then JSON.GET foo $.pi
  • Implementing STICK command by @dranikpg
    You can now reliably keep items inside dragonfly with --cache_mode enabled.
  • Lua now supports cjson, struct, bits, msgpack modules (@dranikpg ).
  • Improved memory capping when using --maxmemory flag.
    We patched several holes that allowed dragonfly to grow past the specified limit.

In addition, I added a grafana/prometheus docker-compose file under tools/local/monitoring/. It monitors a local dragonfly instance.

Huge thanks to all the contributors! ❤️

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0