Releases: dragonflydb/dragonfly
Releases · dragonflydb/dragonfly
v0.1.1
Patch release
- Less CPU spinning.
- Alpha version of prometheus-compatible metrics via /metrics HTTP handler
- The releases now contain unstripped binaries with debug symbols inside.
What's Changed
- Fix info command to use git version by @zacharya19 in #49
- Fix a spelling error by @jherdman in #50
- Improve readability by @ryanrussell in #52
- Update dragonfly blurb by @romange in #48
- Update docker-release workflow to tag image with release version by @tamcore in #60
- docs: Repair Markdown markup by @olleolleolle in #63
- CI: Use v3 of Actions "upload-artifacts", "checkout" and "cache" by @olleolleolle in #62
- Improve Comment Readability by @ryanrussell in #69
- Add basic Prometheus support and metrics by @zacharya19 in #67
- Update build steps for Ubuntu by @quiver in #72
- Fixes #66. by @romange in #70
- Improving Readability r3 by @ryanrussell in #75
- Initial commit for helm chart (#57) by @tamcore in #79
- docs: Fix a variable name for bucket in Dashtable section by @shuuji3 in #80
New Contributors
- @zacharya19 made their first contribution in #49
- @jherdman made their first contribution in #50
- @tamcore made their first contribution in #60
- @olleolleolle made their first contribution in #63
- @quiver made their first contribution in #72
- @shuuji3 made their first contribution in #80
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial Release and request for feedback
- Redis compatible store with 130 redis commands implemented . Supports RESP2 protocol.
- Support for Memcached protocol.
- Asynchronous point-in-time snapshotting operations. No forks. Predictable memory usage.
- Integrated Lua 5.4 with native integer support.
- Highly efficient data-structures, reaching x3 memory efficiency compared to Redis.
- 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
- Fixit by @odedponcz in #39
- Fixit by @odedponcz in #40
- Update README: add benchmarks by @romange in #43
- Add more benchmarks to README by @romange in #44
- Add license by @odedponcz in #45
- Some clean-ups in rdb_save code. Add verbosity printings for CI build by @romange in #47
Full Changelog: https://github.com/dragonflydb/dragonfly/commits/v0.1.0