]> git.saurik.com Git - redis.git/commit
EXPIRE behaviour changed a bit, a negative TTL or an EXPIREAT with unix time in the...
authorantirez <antirez@gmail.com>
Thu, 29 Oct 2009 23:21:04 +0000 (00:21 +0100)
committerantirez <antirez@gmail.com>
Thu, 29 Oct 2009 23:21:04 +0000 (00:21 +0100)
commit43e5ccdf57e2144a8a43c04c5a64e91a155a78fb
tree1edbcd311be6d877967e2d6275df48dcd2ccf810
parent802e8373735c2708029f03b4b46ecc0e0ee50a1d
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.
redis.c