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


##########
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:
   Hi @SharonIV0x86,
   
   Thank you for your review and suggestion. The function parameters `ctx` and 
`conn` were commented out to suppress the compiler warnings for unused 
parameters. However, if you think it's better to keep them uncommented for 
consistency or future use, I'm open to making that change.
   
   Please let me know your thoughts.



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