- Currently,
keyIsExpired
doesn't consider the flag, affectingKEYS
andWATCH
- we should probably check the flag insidekeyIsExpired
instead of expireIfNeeded hashTypeGetValue
doesn't consider the flag, returningGETF_EXPIRED
instead ofGETF_OK
Comment From: Jam804
@guybe7 It's been two weeks since this issue was created. If you haven't started, do you mind if I work on it?
Comment From: sundb
@guybe7 I want to know why it affects KEYS and WATCH? keyIsExpired()
only determines whether it has expired, but it doesn't remove the key from db, right?
Comment From: guybe7
@sundb right, but when allow_access_expired is on we want KEYS to show logically-expired keys