]> git.saurik.com Git - redis.git/commit
Don't increment dirty on expireIfNeeded() as natural expires are not considered datab...
authorantirez <antirez@gmail.com>
Fri, 15 Oct 2010 09:29:03 +0000 (11:29 +0200)
committerantirez <antirez@gmail.com>
Fri, 15 Oct 2010 09:29:03 +0000 (11:29 +0200)
commit670bf2fd36e0627af5de966c7d0c19b632712e4f
treeb4122b2b6b12401ea51d08fa398512abb033ce63
parentb33ef40105391502d9e44443fd4e337c06396468
Don't increment dirty on expireIfNeeded() as natural expires are not considered database changes. This will avoid useless read-only commands in the AOF file as a result of, for instance, a GET operation triggering an expirIfNeeded() call resulting in an expired key removed.
src/db.c