You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/12/04 15:33:36 UTC

[GitHub] [incubator-kvrocks] xiaobiaozhao commented on a diff in pull request #1158: Add the compatible Redis version to the info command

xiaobiaozhao commented on code in PR #1158:
URL: https://github.com/apache/incubator-kvrocks/pull/1158#discussion_r1038989510


##########
src/server/server.cc:
##########
@@ -783,6 +783,7 @@ void Server::GetServerInfo(std::string *info) {
   time(&now);
   string_stream << "# Server\r\n";
   string_stream << "version:" << VERSION << "\r\n";

Review Comment:
   @git-hulk how about you 



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org