Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dict don't rehash when there is child test (redis#13035)
The reason is the same as redis#13016. The reason is that in redis#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.
- Loading branch information