Roman Gershman
Roman Gershman
definition of done: there is a new github action flow in the project that runs twice a week, builds dragonfly and runs pytests. if they fail - sends a notification...
Another idea related to the reduction of number of segments - to improve the heuristic that allows adding a new segment in the first place. I actually like this idea,...
ok, so the heuristic above works pretty well. i run `./dragonfly --alsologtostderr --cache_mode --maxmemory=2700000000` on my 8 CPU machine. and then: `memtier_benchmark --threads 4 --ratio 1:0 -c 20 -d 32768...
Well, it's not a bug yet - it's by design. DF implements lua scripting in strict mode, where if you access keys within a script you need to declare them...
the question is whether https://github.com/Suor/django-cacheops tests pass - #184
please deep dive into this because when I look at their code: https://github.com/Suor/django-cacheops/blob/917a0fbd92dccd2f64a2a28a245436057c3f1f27/cacheops/query.py#L53 i see that they do pass keys they access. So I wonder where the gap is. you...
hmmm, ok... then this task will be harder for you to fix. we can support undeclared keys as well, but it requires a really good understanding how transactions work in...
you still need to upload the pgp signing key to github.
we will focus on `FLUSHALL`/`FLUSHDB`
indeed, we have not implement memcached binary support yet.