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