Re: [VOTE] Release Apache brpc(incubating) 0.9.7-rc02

2019-12-22 Thread Tan,Zhongyi
Hi, JB, Would you please take a look at this? Thanks On 2019/12/19 07:23:05, Gosling Von mailto:f...@gmail.com>> wrote: > Hi,> > > +1 (binding)> > > I checked:> > - incubating in name> > - signatures and hashes good> > - DISCLAIMER exists> > - LICENSE is fine> > - NOTICE is fine comparing to th

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360760579 ## File path: src/butil/string_printf.h ## @@ -45,6 +46,27 @@ int string_appendf(std::string* output, const char* format,

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360761754 ## File path: src/brpc/redis_command.cpp ## @@ -18,45 +18,30 @@ // Authors: Ge,Jun (ge...@baidu.com) #include "butil/lo

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360763133 ## File path: src/brpc/redis_reply.h ## @@ -94,6 +122,9 @@ class RedisReply { // Returns PARSE_ERROR_ABSOLUTELY_WRONG

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360761555 ## File path: src/brpc/redis_reply.cpp ## @@ -37,12 +39,65 @@ const char* RedisReplyTypeToString(RedisReplyType type) {

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360760870 ## File path: src/brpc/redis_reply.h ## @@ -200,11 +286,16 @@ inline const char* RedisReply::error_message() const { }

[GitHub] [incubator-brpc] jamesge commented on a change in pull request #972: Redis server protocol

2019-12-22 Thread GitBox
jamesge commented on a change in pull request #972: Redis server protocol URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r360761223 ## File path: src/brpc/redis_reply.h ## @@ -56,6 +59,29 @@ class RedisReply { bool is_string() const; // True if the