v0.8.0
版本发布时间: 2022-09-18 21:33:17
dragonflydb/dragonfly最新发布版本:v1.22.2(2024-09-17 04:01:27)
Dragonfly 0.8.0
A nice release, not very big but things are moving in the right direction.
- Transactional support is extended to WATCH/UNWATCH by @dranikpg
- A new SET data-structure was introduced by @braydnm . It can potentially provide for up to 50% memory savings when using small records in the set. See dense set doc for more details. You can start using the upgraded set with
--use_set2
flag when running dragonfly. -
JSON.DEL
was added to JSON family by @iko1 .
Huge thanks to all the contributors! ❤️
What's Changed
- feat: Change tls command line argument to conform with Redis by @odedponcz in https://github.com/dragonflydb/dragonfly/pull/276
- fix(server): Fix QUIT not shutting down connection by @dranikpg in https://github.com/dragonflydb/dragonfly/pull/280
- feat(server): support for setnx command #281 by @boazsade in https://github.com/dragonflydb/dragonfly/pull/283
- feat(server): Watch & Unwatch commands by @dranikpg in https://github.com/dragonflydb/dragonfly/pull/277
- docs(api): Update api_status.md by @dranikpg in https://github.com/dragonflydb/dragonfly/pull/285
- feat(core): Added DenseSet and StringSet types by @braydnm in https://github.com/dragonflydb/dragonfly/pull/268
- chore(server): Fix clang warnings and errors by @romange in https://github.com/dragonflydb/dragonfly/pull/290
- docs(src/core): readability improvements by @ryanrussell in https://github.com/dragonflydb/dragonfly/pull/293
- fix(server): Added RDB load / save for DenseSet by @braydnm in https://github.com/dragonflydb/dragonfly/pull/297
- docs(server): readability cleanup by @ryanrussell in https://github.com/dragonflydb/dragonfly/pull/304
- feat(server): implement json.del command (#239) by @iko1 in https://github.com/dragonflydb/dragonfly/pull/262
Full Changelog: https://github.com/dragonflydb/dragonfly/compare/v0.7.0...v0.8.0
1、 dragonfly-aarch64.tar.gz 2.8MB
2、 dragonfly-aarch64.unstripped.tar.gz 28.63MB
3、 dragonfly-x86_64.tar.gz 3MB
4、 dragonfly-x86_64.unstripped.tar.gz 29.29MB