]> git.saurik.com Git - redis.git/commit - src/dict.c
This should fix Issue 332: when there is a background process saving we still allow...
authorantirez <antirez@gmail.com>
Wed, 15 Sep 2010 12:09:41 +0000 (14:09 +0200)
committerantirez <antirez@gmail.com>
Wed, 15 Sep 2010 12:09:41 +0000 (14:09 +0200)
commit3856f1475936e58d3caebbb3df317421b263f2e6
tree290bcfb751411fb6b92095e286064998a8cd44b9
parent412e457c278395a20dbc985f85a2d3d5316a2919
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
src/dict.c
src/redis.c