Chiro11 commented on code in PR #2238:
URL: https://github.com/apache/kvrocks/pull/2238#discussion_r1562081120
##########
src/commands/cmd_key.cc:
##########
@@ -222,7 +221,7 @@ class CommandExpireAt : public Commander {
timestamp_ = *parse_result;
- return Commander::Parse(args);
+ return Status::OK();
Review Comment:
Just to unify. Because the other functions in this file are written like
this.
--
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]