caipengbo commented on code in PR #3378:
URL: https://github.com/apache/kvrocks/pull/3378#discussion_r2882090785
##########
src/server/server.h:
##########
@@ -110,6 +112,12 @@ enum class CursorType : uint8_t {
kTypeSet = 3, // cursor for SSCAN
kTypeZSet = 4, // cursor for ZSCAN
};
+
+enum class PauseMode {
Review Comment:
This describes the connection. Shouldn't it be placed in
`redis_connection.h`?
##########
src/server/server.h:
##########
@@ -110,6 +112,12 @@ enum class CursorType : uint8_t {
kTypeSet = 3, // cursor for SSCAN
kTypeZSet = 4, // cursor for ZSCAN
};
+
+enum class PauseMode {
Review Comment:
This describes the connection. Shouldn't it be placed in
`redis_connection.h`?
--
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]