git-hulk commented on code in PR #2150: URL: https://github.com/apache/kvrocks/pull/2150#discussion_r1519135834
########## src/server/server.h: ########## @@ -53,6 +53,8 @@ #include "tls_util.h" #include "worker.h" +constexpr const char *REDIS_VERSION = "4.0.0"; Review Comment: @asad-awadia It's the least promised compatibility version, we also would like to retrospect if need to update this version since most 6.0/7.0 commands are supported now. But it'd be better to discuss this in another place. -- 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]
