SharonIV0x86 commented on code in PR #2828:
URL: https://github.com/apache/kvrocks/pull/2828#discussion_r2007480556


##########
src/commands/cmd_key.cc:
##########
@@ -336,6 +340,51 @@ class CommandPersist : public Commander {
   }
 };
 
+class CommandDelPrefix : public Commander {
+ public:
+  CommandDelPrefix() : Commander() {}
+
+  Status Execute(engine::Context & /*ctx*/, Server *srv, Connection * 
/*conn*/, std::string *output) override {

Review Comment:
   ```suggestion
     Status Execute(engine::Context &ctx, Server *srv, Connection *conn, 
std::string *output) override {
   ```
   
   The function parameters are commented out.



-- 
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]

Reply via email to