]> git.saurik.com Git - redis.git/commit
volatile-lru maxmemory policy segfault fixed, thanks to Anthony Lauzon for reporting...
authorantirez <antirez@gmail.com>
Thu, 11 Nov 2010 12:19:17 +0000 (13:19 +0100)
committerantirez <antirez@gmail.com>
Thu, 11 Nov 2010 12:19:17 +0000 (13:19 +0100)
commit0c2f75c6d809a1658a244e74ef209dabb19fb4c7
treeabf0ff6c89f9a2c70b32b469a871b44cc0bf331a
parent11fd0c422b627d73d563916c6f559d3c0a021f26
volatile-lru maxmemory policy segfault fixed, thanks to Anthony Lauzon for reporting the problem with the patch. Original patch modified a bit in order to avoid the double lookup if the policy is allkeys-lru
src/redis.c