github dragonflydb/dragonfly v0.7.0

latest releases: v1.22.2, v1.22.1, v1.22.0...
2 years ago

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

Don't miss a new dragonfly release

NewReleases is sending notifications on new releases.