PragmaTwice commented on code in PR #2230:
URL: https://github.com/apache/kvrocks/pull/2230#discussion_r1564411824
##########
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;
+ else if (flag == "movable-keys")
+ flags |= kCmdMovableKeys;
Review Comment:
This flag is meaningless in Kvrocks. Please remove it and refer to
KeyRangeVecGen.
--
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]