Fix GETEX db delete call to emit DB_FLAG_KEY_EXPIRED on expiration#12243
Fix GETEX db delete call to emit DB_FLAG_KEY_EXPIRED on expiration#12243oranagra merged 1 commit intoredis:unstablefrom
Conversation
We should emit DB_FLAG_KEY_EXPIRED instead of DB_FLAG_KEY_DELETED. This is an overlook in redis#9406.
|
should we mention this in the release notes? (considering it's a minor bug that only exists in a pre-release and will be solved in the GA) |
|
well. It is a minor bug, so i guess we can skip the release note. But on the other hand, there is no harm mention it in the release notes, i prefer to add it to releade notes |
|
had that bug existed in an actual release, then i'd probably want to mention it. |
We should emit DB_FLAG_KEY_EXPIRED instead of DB_FLAG_KEY_DELETED.
This is an overlook in #9406.