• antirez's avatar
    This should fix Issue 332: when there is a background process saving we still... · 3856f147
    antirez authored
    This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired
    3856f147
dict.c 21.2 KB