dashjay commented on PR #3269: URL: https://github.com/apache/kvrocks/pull/3269#issuecomment-3709830181
> when it comes to: > > i've implemented a new format that uses a two-byte magic marker (0xFF 0xFE) instead of a single byte, let me know if this works for you @PragmaTwice > > **New format:** [[0xFF][0xFE][1-byte flags][8-byte timestamp if flag set][value]] **Old format:** [[0xFF][1-byte flags][8-byte timestamp if flag set][value]] Just walking by here~ I have a question that if the user's value was happended to be set to `[0xFF][0xFE][1-byte flags][8-byte timestamp if flag set].....` will this key be treat as expired at once ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
