Skip to content

Tags: gitgrave/dragonfly

Tags

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was signed with the committer’s verified signature.
tamcore Philipp B.
try to consolidate image tags

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tamcore Philipp B.
fix: make package

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(chart): probe indentation (dragonflydb#590)

No idea why it worked before.. Fixes dragonflydb#588

Signed-off-by: Philipp Born <git@pborn.eu>

Signed-off-by: Philipp Born <git@pborn.eu>

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(server family): add connection set name command fixes dragonflyd…

…b#458 (dragonflydb#485)

server family: add connection set name command fixes dragonflydb#458

Signed-off-by: adi_holden <adi@dragonflydb.io>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(hset): fix hset match bug (dragonflydb#411)

The bug was that when the hset had listpack encoding, it returned only keys instead of returning keys and values.

In addition, in preparation to having our own denset encoding for hset, I cleaned up the code and
introduced our own encoding constants for hset encoding.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(epoll): pull newest helio dependency (dragonflydb#366)

This should fix the deadlock bugs that happen in some rare cases when using epoll
proactor.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

Signed-off-by: Roman Gershman <roman@dragonflydb.io>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(server): support for persist command dragonflydb#345 (dragonflyd…

…b#354)

fix(server): support for persist command dragonflydb#345

Co-authored-by: Boaz Sade <boaz@dragonflydb.io>

v0.8.0

Toggle v0.8.0's commit message
fix(rdb): Fix RDB load bug when loading hset

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(core): Add lua modules (dragonflydb#273)

feat(server): Add modules to lua interpreter

v0.6.0

Toggle v0.6.0's commit message
fix(build): Fixes dragonflydb#220.