- 30 Jul, 2018 4 commits
-
-
antirez authored
User: "is there a reason why redis server logs are missing the year in the "date time"?" Me: "I guess I did not imagine it would be stable enough to run for several years".
-
Guy Korland authored
-
antirez authored
-
antirez authored
-
- 25 Jul, 2018 3 commits
-
-
antirez authored
Related to #4852.
-
antirez authored
-
zhaozhao.zz authored
-
- 24 Jul, 2018 6 commits
- 23 Jul, 2018 5 commits
-
-
antirez authored
Related to #5157. The PR author correctly indentified that the check was duplicated, but removing the second one introduces a bug that was fixed in the past (hence the duplication). Instead we can remove the first instance of the check without issues.
-
antirez authored
-
antirez authored
Related to #4883.
-
antirez authored
-
antirez authored
This way we can remember what the user configured HZ is, but change the actual HZ dynamically if needed in the dynamic HZ feature implementation.
-
- 22 Jul, 2018 3 commits
-
-
Itamar Haber authored
-
zhaozhao.zz authored
-
Oran Agra authored
-
- 21 Jul, 2018 2 commits
-
-
dsomeshwar authored
-
WuYunlong authored
-
- 20 Jul, 2018 2 commits
- 19 Jul, 2018 8 commits
- 18 Jul, 2018 3 commits
-
-
antirez authored
See #5135 for more context.
-
antirez authored
See #5135 for some context.
-
Oran Agra authored
on slower machines, the active defrag test tended to fail. although the fragmentation ratio was below the treshold, the defragger was still in the middle of a scan cycle. this commit changes: - the defragger uses the current fragmentation state, rather than the cache one that is updated by server cron every 100ms. this actually fixes a bug of starting one excess scan cycle - the test lets the defragger use more CPU cycles, in hope that the defrag will be faster, but also give it more time before we give up.
-
- 17 Jul, 2018 4 commits