Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug when AOF enabled after startup. put the new incr file in the manifest... | chenyang8094 | 2022-04-26 | 1 | -3/+165 |
* | fix return value of loadAppendOnlyFiles (#10295) | YaacovHazan | 2022-02-22 | 1 | -2/+2 |
* | Adapt redis-check-aof tool for Multi Part Aof (#10061) | chenyang8094 | 2022-02-17 | 1 | -4/+4 |
* | Fix AOFRW limit test occasional failures on slower machines (#10164) | chenyang8094 | 2022-01-24 | 1 | -22/+22 |
* | Fix additional AOF filename issues. (#10110) | Yossi Gottlieb | 2022-01-18 | 1 | -5/+5 |
* | Always create base AOF file when redis start from empty. (#10102) | chenyang8094 | 2022-01-13 | 1 | -1/+49 |
* | Support whitespace characters in appendfilename, and ban them in appenddirnam... | chenyang8094 | 2022-01-10 | 1 | -3/+26 |
* | Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788) | chenyang8094 | 2022-01-03 | 1 | -0/+1099 |