- 02 Aug, 2018 19 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
dejun.xdj authored
-
dejun.xdj authored
If 'mmid_supp' is set to 0, "-" and "+" will be treated as an invalid ID.
-
antirez authored
-
Oran Agra authored
* allowing --single to be repeated * adding --only so that only a specific test inside a unit can be run * adding --skiptill useful to resume a test that crashed passed the problematic unit. useful together with --clients 1 * adding --skipfile to use a file containing list of tests names to skip * printing the names of the tests that are skiped by skipfile or denytags * adding --config to add config file options from command line
-
Oran Agra authored
-
antirez authored
-
shenlongxing authored
-
antirez authored
-
zhaozhao.zz authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
WuYunlong authored
-
- 30 Jul, 2018 15 commits
-
-
Salvatore Sanfilippo authored
INFO CPU: higher precision of reported values
-
Guy Korland authored
-
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".
-
antirez authored
-
antirez authored
-
antirez authored
-
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.
-
antirez authored
Related to #4852.
-
antirez authored
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
antirez authored
Related to #5154.
-
antirez authored
-
WuYunlong authored
-
- 25 Jul, 2018 1 commit
-
-
Pavel Rochnyack authored
Closes: #5033
-
- 24 Jul, 2018 5 commits
-
-
antirez authored
After #5161 the code could be made a bit more obvious for newcomers.
-
zhaozhao.zz 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
-
dsomeshwar authored
-