]> git.saurik.com Git - redis.git/commit
Don't expire keys while loading AOF.
authorHampus Wessman <hampus.wessman@gmail.com>
Sun, 3 Jul 2011 10:18:44 +0000 (12:18 +0200)
committerantirez <antirez@gmail.com>
Thu, 7 Jul 2011 14:08:30 +0000 (16:08 +0200)
commit040b0ade7dd9d30210ec89182bbe4d416416ed53
tree822747e90b18e74b807b5dea7c468533d41c02ec
parent72bae0cc75828f10d2d69923bb2d27ddc494107b
Don't expire keys while loading AOF.

They will be expired (and a DEL will be logged) after the loading is done
instead.
src/db.c