Results 71 comments of Moti Cohen

Hi @koehn, Can we close this issue? Thanks.

@sedflix , According to INFO you are using rather old version (6.0.7). Can you try newer version? @oranagra made some fix that might be related to your issue: Fix busy...

@sundb , the modules API isn’t fully under our control. Modules might delete a key and then incorrectly try to use the handler afterward. We should do our best on...

@sundb, some module APIs allow returning an error, but not these ones. At most, we can log an error, but that’s shooting in the dark.

@oranagra > is the new code in this PR similar to the code in 8.0? The code before this PR is similar to 8.0. After this change it gracefully returns...

> we need to update db->hexpire when executing writable hash command or other commands that may affect hash. flushdb, del, move, .etc defrag hset, hdel, and other may change the...

> I'm wondering why we introduced list ebucket which is only one per db. It doesn't save a lot of memory overhead, but introduced move code complexity. @sundb , I...

@shahsb, Thank you so much for the kind words and for taking the time to review it. Credit also goes to chatgpt, who helped me articulate my thoughts :) >...

Based on the POC, we gained good confidence that this is the right way to approach the problem. However, as I dove into the implementation, I realized that: * The...

Hi @sundb, I am not much familiar with stream low level details and doing my baby steps so I might say inaccurate things. * Can we avoid from yet another...