jjz921024 opened a new issue, #1278: URL: https://github.com/apache/incubator-kvrocks/issues/1278
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version kvrocks v2.3.0 ### Minimal reproduce step ``` 127.0.0.1:31001> set k v ex 10 OK 127.0.0.1:31001> type k "string" 127.0.0.1:31001> ttl k (integer) 3 127.0.0.1:31001> ttl k (integer) -2 127.0.0.1:31001> type k "string" 127.0.0.1:31001> get k (nil) 127.0.0.1:31001> type k "string" ``` ### What did you expect to see? **None** should been returned for the expired key ### What did you see instead? For the expired key, the TYPE command returns dirty data ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
