Oran Agra
Oran Agra
@CharlesChen888 sorry it took so long. can you please make a PR for https://github.com/redis/redis-doc/pulls
but what does it matter if 2 and 3 are swapped? we don't care... p.s. keep in mind that sometimes the command fires multiple KSNs (e.g. a loop of pops...
we did disable lazy expire in module KSN in #9406
@hwware please avoid rebase and force-push, it makes it hard to know what changed and do incremental reviews. please let me know which commits represent new content since my last...
Update, i did consult few other people. the decision is that from the perspective of stats and events it should probably behave like INCR (and not like a SCRIPT doing...
@zuiderkwast recently the corrupt-dump-fuzzer test often hangs in SDIFF `command caused test to hang? SDIFF _set` https://github.com/redis/redis/actions/runs/3466227366/jobs/5789823598 `command caused test to hang? SDIFF _zset` https://github.com/redis/redis/actions/runs/3475185032/jobs/5809132279 `command caused test to hang?...
IIRC the mechanism i implemented there kicks in only when the `--timeout` is reached and the whole thing is terminated. `--stop` works when a test fails. i'm guessing that in...
nice! (generated a broken protocol and left the client hung). i agree, this is the right fix, please make a PR. if if you have any test suite improvements that...
@hwware regarding the problem with an AOFRW of an empty stream, isn't it as simple as omitting the `maxdeletedid` part when it's `0-0`? @itamarhaber please ack.
@hwware FYI: i'd rather avoid doing rebase and force-push (which i assume is what you did), and instead just merge unstable into your branch when you want to update it....