dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
See: https://github.com/dragonflydb/dragonfly/actions/runs/8882047978/job/24385805613?pr=2970#step:10:8489 ``` 2024-04-29T16:35:59.1018595Z 45: F20240429 16:35:59.101008 23732 external_alloc.cc:366] Check failed: segments_[idx] 2024-04-29T16:35:59.1021346Z 45: *** Check failure stack trace: *** 2024-04-29T16:35:59.1039700Z 45: @ 0x5591a506d7a5 google::LogMessage::Fail() 2024-04-29T16:35:59.1056305Z 45: @ 0x5591a506d6ec google::LogMessage::SendToLog()...
This is sent by rueidis. Also fixing this will fix the rueidis failed test `TestSingleClientIntegration`
see https://github.com/dragonflydb/dragonfly/actions/runs/8823235384/job/24223237696#step:6:627
see https://github.com/dragonflydb/dragonfly/actions/runs/8811766515/job/24186246896#step:6:257
see https://github.com/dragonflydb/dragonfly/actions/runs/8810352889/job/24182584015#step:6:419
see https://github.com/dragonflydb/dragonfly/actions/runs/8771503559/job/24069359792#step:6:2894
should implement the following spec: https://datatracker.ietf.org/doc/html/rfc7396
**Did you search GitHub Issues and GitHub Discussions First?** Yes **Is your feature request related to a problem? Please describe.** We are implementing Dragonfly for a multi-tenant application. In order...
**Describe the bug** Using `DEBUG POPULATE` on a master with one replica causes Dragonfly to run out of memory with high RSS **To Reproduce** Created a master and replica with...