Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 12:26
· 2017 commits to main since this release

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