]> git.saurik.com Git - redis.git/commit
maxmemory fixed, we now try to release memory just before we check for the memory...
authorantirez <antirez@gmail.com>
Mon, 11 Oct 2010 11:05:09 +0000 (13:05 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Oct 2010 11:05:09 +0000 (13:05 +0200)
commit1dd10ca233a533928ec2ff83f675499e4e7c1ff1
tree2f78de10d0da26b4c5a6715625b85646841b76dc
parent144a5e72f2adc9d151438569f680533e41778504
maxmemory fixed, we now try to release memory just before we check for the memory limit. Before fixing there was code between the attempt to free memory and the check for memory limits, and this code could result into allocations going again after the memory limit.
src/redis.c