git-hulk commented on code in PR #2010:
URL: https://github.com/apache/kvrocks/pull/2010#discussion_r1451644332
##########
src/commands/cmd_server.cc:
##########
@@ -1257,6 +1290,7 @@ REDIS_REGISTER_COMMANDS(MakeCmdAttr<CommandAuth>("auth",
2, "read-only ok-loadin
MakeCmdAttr<CommandSlaveOf>("slaveof", 3, "read-only
exclusive no-script", 0, 0, 0),
MakeCmdAttr<CommandStats>("stats", 1, "read-only", 0,
0, 0),
MakeCmdAttr<CommandRdb>("rdb", -3, "write exclusive",
0, 0, 0),
- MakeCmdAttr<CommandAnalyze>("analyze", -1, "", 0, 0,
0), )
+ MakeCmdAttr<CommandAnalyze>("analyze", -1, "", 0, 0,
0),
+ MakeCmdAttr<CommandApplyBatch>("applybatch no-multi",
-2, "write", 0, 0, 0), )
Review Comment:
```suggestion
MakeCmdAttr<CommandApplyBatch>("applybatch", -2,
"write no-multi", 0, 0, 0), )
```
--
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]