From: antirez Date: Thu, 29 Oct 2009 23:21:04 +0000 (+0100) Subject: EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/43e5ccdf57e2144a8a43c04c5a64e91a155a78fb?hp=43e5ccdf57e2144a8a43c04c5a64e91a155a78fb EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the past will now delete the key. It seems saner to me than doing nothing. ---