mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00: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: