- 03 Aug, 2018 3 commits
-
-
zhaozhao.zz authored
-
shenlongxing authored
-
antirez authored
Realted to #5201.
-
- 01 Aug, 2018 6 commits
-
-
antirez authored
When the element new score is the same of prev/next node, the lexicographical order kicks in, so we can safely update the node in place only when the new score is strictly between the adjacent nodes but never equal to one of them. Technically speaking we could do extra checks to make sure that even if the score is the same as one of the adjacent nodes, we can still update on place, but this rarely happens, so probably not a good deal to make it more complex. Related to #5179.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 31 Jul, 2018 9 commits
-
-
antirez authored
Related to #5184.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
shenlongxing authored
-
zhaozhao.zz authored
-
- 30 Jul, 2018 8 commits
-
-
Pavel Rochnyack authored
Closes: #5033
-
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".
-
dejun.xdj authored
-
dejun.xdj authored
If 'mmid_supp' is set to 0, "-" and "+" will be treated as an invalid ID.
-
Guy Korland authored
-
antirez authored
-
antirez authored
-
Oran Agra 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.
-