zhaozhao.zz

Results 106 comments of zhaozhao.zz

In the first glance I think it's a over optimization case, because if user set `maxmemory-eviction-tenacity` to 100, the write command will be blocked until used_memory become lower than maxmemory...

Thanks for your reply @moticless , it seems there are two problems we are trying to solve: 1. the "negative" OOM error caused by lazyfree. I think the key point...

OMG, don't add another ugly command as `MIGRATE`, `ZRANK key member [WITHSCORE]` is good enough.

This is from our customers, if you like I can invite them to discuss here directly. Anyway, get the rank and the score from a sorted set is a very...

IMHO, the module "aux" data has no difference with module data, we should skip them both or just exit. We can expand the original problem in this PR, imagine that...

I still prefer a new config, it's easy to understand and use, and can save the time caused by deleting the module's keys (SCAN and DEL?). >or as suggested by...

>the problem i wanna solve is a case were someone has an instance with a module which he didn't use, or use it and then stopped using it, and now...

> if we do want it to be a user's decision, maybe it should be an external tool (like rdb-cli) that can process the rdb, and trim things from it...

good idea, some configs are in normal level and some configs are in admin level, it's better to give different users different access on different configs. And more, configs could...

To simplify this issue IIUC, users wanna run redis with `appendonly yes`, but hope redis could be not blocked by `write(2)` when `flushAppendOnlyFile()`.