- 25 Jul, 2018 1 commit
-
-
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 6 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
-
- 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 9 commits
-
-
antirez authored
They are actually delayed a few seconds, so let's call them "recent".
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Related to #4727.
-
Salvatore Sanfilippo authored
move getClientsMaxBuffers func into info clients command
-
- 18 Jul, 2018 5 commits
-
-
antirez authored
-
antirez authored
See #5135 for more context.
-
antirez authored
See #5135 for some context.
-
Salvatore Sanfilippo authored
make active defrag test more stable
-
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.
-