Skip to content

Releases: dragonflydb/dragonfly

v0.1.1

04 Jun 22:55
Compare
Choose a tag to compare

Patch release

  1. Less CPU spinning.
  2. Alpha version of prometheus-compatible metrics via /metrics HTTP handler
  3. The releases now contain unstripped binaries with debug symbols inside.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 May 12:26
Compare
Choose a tag to compare

Initial Release and request for feedback

  1. Redis compatible store with 130 redis commands implemented . Supports RESP2 protocol.
  2. Support for Memcached protocol.
  3. Asynchronous point-in-time snapshotting operations. No forks. Predictable memory usage.
  4. Integrated Lua 5.4 with native integer support.
  5. Highly efficient data-structures, reaching x3 memory efficiency compared to Redis.
  6. Support for ZSET, HSET, LIST, SETS and STRING family types.

Consistent memory usage together with robust performance makes Dragonfly an excellent alternative to Memcached and REDIS servers.

What's Changed

Full Changelog: https://github.com/dragonflydb/dragonfly/commits/v0.1.0