]> git.saurik.com Git - redis.git/commit
while loading the rdb file don't add the key to the dictionary at all if it's already...
authorantirez <antirez@gmail.com>
Mon, 10 May 2010 13:26:01 +0000 (15:26 +0200)
committerantirez <antirez@gmail.com>
Mon, 10 May 2010 13:26:01 +0000 (15:26 +0200)
commit89e689c592837b7af30259d0d1432ed7faef92ee
tree7dd1cda863f516c8e4ff63d068f7695a4097aa6a
parent45ae650129bf7b665ade56e0dc6bd880f1e4ad07
while loading the rdb file don't add the key to the dictionary at all if it's already expired, instead of removing it just after the insertion.
redis.c