Skip to content

Tags: mrabbehassan/dragonfly

Tags

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix(rdb_load): fix appending to an expired key (dragonflydb#3829)

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: setrange with empty value doesn't modify the DB (dragonflydb#3771)

v1.22.2

Toggle v1.22.2's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: add default value has_mc_flag field (dragonflydb#3710)

v1.22.1

Toggle v1.22.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: recursive calls in the allocation tracker (dragonflydb#3665)

Also, remove dependence of absl::TimeZone bloated monstrosity, which was required by
absl::FormatTime api, even though we do not actually format a timezone.

When absl::LocalTimeZone is accessed it allocates hundreds of thousands of bytes
for each shard thread (maybe due to lack thread safety during lazy initialization).

At the end, strftime does a great job without any shenanigans.

Signed-off-by: Roman Gershman <[email protected]>

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: crash during SORT DESC call (dragonflydb#3637)

fixes dragonflydb#3636

The problem was that instead of implementing GT operator, we implemented
!LT, which is GE operator. As a result the iterators inside the sort algorithm reached
out of bounds.

---------

Signed-off-by: Roman Gershman <[email protected]>

v1.21.4

Toggle v1.21.4's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
chore: fix search replication (dragonflydb#3547)

chore: fix search replcation

Signed-off-by: Vladislav Oleshko <[email protected]>

v1.21.3

Toggle v1.21.3's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: display real replica remote address in INFO logs

v1.21.2

Toggle v1.21.2's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
fix: disable ThreadLocalMutex when big value ser is off (dragonflydb#…

…3521)

* fix: disable ThreadLocalMutex when big value ser is off

* refactor: address comments

---------

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Borys <[email protected]>

v1.21.1

Toggle v1.21.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romange Roman Gershman
chore: relax the version check in test_replicate_old_master

For commits marked with a git tag, the previous check did not hold.

Signed-off-by: Roman Gershman <[email protected]>

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: properly seriailize meta buffer in SendStringArrInternal (dragon…

…flydb#3455)

Fixes dragonflydb#3449 that was introduced by dragonflydb#3425

Signed-off-by: Roman Gershman <[email protected]>