jackyyyyyssss commented on code in PR #2236:
URL: https://github.com/apache/kvrocks/pull/2236#discussion_r1560613390
##########
src/commands/cmd_server.cc:
##########
@@ -826,7 +826,11 @@ class CommandScan : public CommandScanBase {
ParseCursor(args[1]);
if (args.size() >= 4) {
- Status s = ParseMatchAndCountParam(util::ToLower(args[2]), args_[3]);
+ std::string match_flag = util::ToLower(args[2]);
Review Comment:
@git-hulk Thank you for your CR. I have already made the necessary
modifications PTAL
--
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]