dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
**Describe the bug** I have discovered crashes of dragonfly upon testing the cache mode to ensure it is stable before using it in prod workloads. It seems that it is...
**Did you search GitHub Issues and GitHub Discussions First?** Yes **Is your feature request related to a problem? Please describe.** Dragonfly doesn't have it's own repository to install on Enterprise...
Fixes #2758
When I use defrag_mem_test.py to test memory defragmentation, I find that when starting Dragonfly with --force_epoll, the defrag_task will not be run even if the defragmentation conditions are met. However,...
**Describe the bug** According to Redis docs HLL is supposed to use **UP TO** 12kb while dragonfly always uses 12kb. When running simple test Redis uses 20mb to store 100...
if we apply config one more time and migration is in progress or is finalized we should save the current state of migration and ignore this part of the config....
**Describe the bug** If dragonfly skips a snapshot period due to SAVE operation taking longer than the defined snapshot_cron (example: if save takes more than 10min when snapshot cron is...
The license file says `BSL 1.1` here: https://github.com/dragonflydb/dragonfly/blob/9db825013af78bd7c2f066d07a33e7cc4a2a78a0/LICENSE.md#L3 However, SPDX has assigned it [BUSL-1.1](https://spdx.org/licenses/BUSL-1.1.html). There is actually also BSL-1.0 which is Boost Software License 1.0 so this can be confusing.