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 13:09:39 UTC

[GitHub] [incubator-kvrocks] git-hulk commented on a diff in pull request #1158: feat: Fit redis driver

git-hulk commented on code in PR #1158:
URL: https://github.com/apache/incubator-kvrocks/pull/1158#discussion_r1038967855


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

Review Comment:
   Need to add `REDIS_VERSION` first and remove the duplicate `kvrocks_version`



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