- 31 Jul, 2018 3 commits
- 30 Jul, 2018 10 commits
-
-
Salvatore Sanfilippo authored
Consider aof write error as well as rdb in lua script.
-
Salvatore Sanfilippo authored
INFO CPU: higher precision of reported values
-
Pavel Rochnyack authored
Closes: #5033
-
Salvatore Sanfilippo authored
Few typo fixes
-
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
-
antirez authored
-
antirez authored
-
- 25 Jul, 2018 4 commits
-
-
antirez authored
Related to #4852.
-
antirez authored
-
Salvatore Sanfilippo authored
optimize flushdb, avoid useless loops
-
zhaozhao.zz authored
-
- 24 Jul, 2018 12 commits
-
-
Salvatore Sanfilippo authored
Streams: fix xdel memory leak
-
zhaozhao.zz authored
-
antirez authored
Related to #5154.
-
antirez authored
-
Salvatore Sanfilippo authored
Do not migrate already expired keys.
-
antirez authored
After #5161 the code could be made a bit more obvious for newcomers.
-
Salvatore Sanfilippo authored
Streams: skip master fileds only when we are going forward in streamIteratorGetID
-
Salvatore Sanfilippo authored
fix slave buffer test suite false positives
-
antirez authored
-
Oran Agra authored
it looks like on slow machines we're getting: [err]: slave buffer are counted correctly in tests/unit/maxmemory.tcl Expected condition '$slave_buf > 2*1024*1024' to be true (16914 > 2*1024*1024) this is a result of the slave waking up too early and eating the slave buffer before the traffic and the test ends.
-
-
antirez authored
See PR #5157.
-
- 23 Jul, 2018 8 commits
-
-
antirez authored
-
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
-
Salvatore Sanfilippo authored
fix recursion typo in zmalloc_usable
-
antirez authored
Related to #4883.
-
Salvatore Sanfilippo authored
Adds memory information about the scripts' cache to INFO
-
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
-