PragmaTwice commented on code in PR #3007:
URL: https://github.com/apache/kvrocks/pull/3007#discussion_r2125702903


##########
src/commands/cmd_server.cc:
##########
@@ -1450,6 +1498,7 @@ REDIS_REGISTER_COMMANDS(Server, 
MakeCmdAttr<CommandAuth>("auth", 2, "read-only o
                         MakeCmdAttr<CommandFlushAll>("flushall", 1, "write 
no-dbsize-check exclusive admin", NO_KEY),
                         MakeCmdAttr<CommandDBSize>("dbsize", -1, "read-only", 
NO_KEY),
                         MakeCmdAttr<CommandSlowlog>("slowlog", -2, 
"read-only", NO_KEY),
+                        MakeCmdAttr<CommandKProfile>("kprofile", -3, 
"read-only", NO_KEY),

Review Comment:
   ```suggestion
                           MakeCmdAttr<CommandKProfile>("kprofile", -3, 
"read-only admin", NO_KEY),
   ```



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