PokIsemaine commented on code in PR #2230:
URL: https://github.com/apache/kvrocks/pull/2230#discussion_r1565884066
##########
src/commands/commander.h:
##########
@@ -185,6 +187,10 @@ inline uint64_t ParseCommandFlags(const std::string
&description, const std::str
flags |= kCmdCluster;
else if (flag == "no-dbsize-check")
flags |= kCmdNoDBSizeCheck;
+ else if (flag == "deny-oom")
+ flags |= kCmdDenyOom;
Review Comment:
I agree with this, thanks for the heads up, I'll remove the flags later on.
--
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]