dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
The assertion at line zmalloc_mi:40 fails when running generic_family_test - `RenameNonString` test.
**Describe the bug** When I use text protocols, everything is ok. But when I use binary mode, the program will report an error. **To Reproduce** 1. Use xmemcached binary protocols...
Maxmemory is configured in bytes. For ease of use, inputs in human readable format should be allowed i.e. ./dragonflydb --maxmemory 5GB ./dragonflydb --maxmemory 512MB ./dragonflydb --maxmemory 240GB I do not...
The tool should be able to read traces from https://github.com/twitter/cache-trace and send them to a redis endpoint. the code should preferrably be structured in such way that we could easily...
a dedicated github actions pipeline that build dragonfly and runs pytests located under "tests/dragonfly" every 3 days
part of much bigger #237 a pretty extensive [blog post](https://decovar.dev/blog/2021/09/23/cmake-cpack-package-deb-apt/) guides on how to build debian packages. Also https://earthly.dev/blog/creating-and-hosting-your-own-deb-packages-and-apt-repo/ but it does not use cmake. no need to host or...
**Describe the bug** Discovered when testing #182. The following script: ```lua local conj_ttl = redis.call('ttl', conj_key) if conj_ttl < timeout then -- some code end ``` expects `conj_ttl` always to...
Hey! There's a small and yet very nice module for Redis: https://github.com/brandur/redis-cell It would be really nice to have it ported into dragonflydb :)
Motivation: https://blog.box.com/introducing-memsniff-robust-memcache-traffic-analyzer for large scale deployments, caching teams would like to learn about hot keys in real-time so that they could handle them in a special way. Currently, teams develop...