]> git.saurik.com Git - redis.git/commit
Do not update the LRU info on key lookup when we have a saving child. With this trivi...
authorantirez <antirez@gmail.com>
Tue, 2 Nov 2010 17:59:48 +0000 (18:59 +0100)
committerantirez <antirez@gmail.com>
Tue, 2 Nov 2010 17:59:48 +0000 (18:59 +0100)
commit7d0966a6b712078bf7d52c13669539ba619cf1fc
tree9924a82fdf36e1be5bd2c3f91398423b588bdd98
parent3ce014c766c47f3966d438032a6fa318c4f6ec61
Do not update the LRU info on key lookup when we have a saving child. With this trivial change the additional memory used while saving with a background child in presence of many read operations is zero.
src/db.c