asad-awadia commented on code in PR #2150: URL: https://github.com/apache/kvrocks/pull/2150#discussion_r1519123723
########## 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: why so far back? is kvrocks compatible with up to redis 4 ? not more than that? -- 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]
