mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
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.
This commit is contained in: