• Binbin's avatar
    Fix dict don't rehash when there is child test (#13035) · 886b1170
    Binbin authored
    The reason is the same as #13016. The reason is that in #12819,
    in cron, in addition to trying to shrink, we will also tyring
    to expand. The dict was expanded by cron before we trigger the
    bgsave since we do have the enough keys (4096) to hit the radio.
    
    Before the bgsave, we only add 4095 keys to avoid this issue.
    886b1170
other.tcl 16.3 KB