jihuayu commented on issue #1925: URL: https://github.com/apache/kvrocks/issues/1925#issuecomment-1851344090
Adding the `KEEPTTL` and `GET` option to the set command is difficulty in the current implementation. I will change the [`types/redis_string#Set`](https://github.com/jihuayu/incubator-kvrocks/blob/358cc4101651cfd19f558f9e46ef377c36b70ba6/src/types/redis_string.h#L45) function impl, Make it compatible with the new format of the `Set` command. And make [`SetEX`, `SetNX`, `SetXX`](https://github.com/jihuayu/incubator-kvrocks/blob/358cc4101651cfd19f558f9e46ef377c36b70ba6/src/types/redis_string.h#L46-L48) call the new `Set` function -- 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]
