dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

A modern replacement for Redis and Memcached

Results 633 dragonfly issues
Sort by recently updated
recently updated
newest added

- restart process migration if the connection is failed - try to restore a migration process if an error occurs during migration finalization - think about other error situation

When we do blocking during migration finalization we should wait until ack command is applied

bug

for reference of the failure see: https://github.com/dragonflydb/dragonfly/actions/runs/8221758390/job/22482493454#step:6:601

bug
failing-test

Before migrating a connection we should join on connection-dispatch fiber. see here for faulty run: https://github.com/dragonflydb/dragonfly/actions/runs/8203214807/job/22435576161#step:12:703 cc @adiholden ``` 30002➜ Check failure stack trace: *** 30002➜ 12:46:07.572312 32135 dragonfly_connection.cc:1411] Check...

bug

see https://redis.io/commands/bgsave/ also relevant: #2642

bug
minor

The main change here is introduction of the strong type LockTag that differentiates from a string_view key. Also, some testing improvements to improve the footprint of the next PR.

Test that ipv6 replication really works