nhancdt2602 commented on code in PR #3549: URL: https://github.com/apache/kvrocks/pull/3549#discussion_r3543061593
########## src/server/server.cc: ########## @@ -1548,25 +1548,64 @@ std::string Server::GetInfo(const std::string &ns, const std::vector<std::string }; std::string info_str; + jsoncons::ojson json_obj; Review Comment: Make sense. -- 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]
