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

- [x] Switch to using absolute LSN for replication offsets (#1242) - [x] Implement ACKing communication between master and replica (#1243) - [x] Validate that we can keep reasonable compatibility...

enhancement

we have 100% reproducible deadlock bug when replica connects to a master via admin port. the problem is that one of the commands in master (migrate) requires a listener to...

bug

Today, there are various races, that could lead to writes losses, when setting cluster config. # The Problem Upon setting a new slot ownership config, master nodes may “lose” ownership...

bug

when master hangs during hangshake, replica hangs too, moreover it does not break with ctrl-c. to reproduce: 1. change master code to not return anything inside "DFLY FLOW" command. 2....

bug

This is the overhaul task covering high-level requirements for the project. Currently, Dragonfly relies on Lua scripts to handle the state management of BullMQ and other job management frameworks. However,...

Doing version upgrade failover tests we encountered the following scenario Calling shutdown on the master it restarts quickly and the client reconnects to it We'd like a stop command that...

**Describe the bug** --unixsocket need other users than "dfly:dfly" to access the socket. **To Reproduce** --unixsocket /var/run/dragonfly/dragonfly-server.sock **Expected behavior** ``` /run/dragonfly$ ls -la ../redis/ total 4 drwxr-sr-x 2 redis redis...

bug

``` F20230620 23:30:37.838975 12682 init.cc:21] [/usr/include/boost/intrusive/slist.hpp:460]: assert(!safemode_or_autounlink || node_algorithms::inited(n)) failed! *** Check failure stack trace: *** @ 0xaaaaaddbedbc google::LogMessage::Fail() @ 0xaaaaaddbecc8 google::LogMessage::SendToLog() @ 0xaaaaaddbe550 google::LogMessage::Flush() @ 0xaaaaaddc1d18 google::LogMessageFatal::~LogMessageFatal() @ 0xaaaaac950f5c...

bug