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/09/26 06:31:37 UTC

[GitHub] [incubator-kvrocks] shangxiaoxiong commented on a diff in pull request #921: Use ParseInt to replace stoul, stoull, atoi and stoi

shangxiaoxiong commented on code in PR #921:
URL: https://github.com/apache/incubator-kvrocks/pull/921#discussion_r979603021


##########
src/slot_migrate.h:
##########
@@ -41,6 +41,7 @@
 #include "encoding.h"
 #include "status.h"
 #include "redis_slot.h"
+#include "parse_util.h"

Review Comment:
   move  #include "parse_util.h"  to the source file slot_migrate.cc ?



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