moesakura opened a new issue #1683:
URL: https://github.com/apache/incubator-brpc/issues/1683


   **Describe the bug (描述bug)**
   redis中的数据
   key是可读字符串
   value是protobuf序列化后的数据
   
   `
     brpc::Controller cntl;
     brpc::RedisRequest req;
     brpc::RedisResponse rsp;
     req.AddCommand("GET hello");
     channel_.CallMethod(NULL, &cntl, &req, &rsp, NULL /*done*/);
   `
   类似这种请求得到的结果A  和 使用hiredis 获取到的结果B
   使用base64之后对比一下 发现不一致
   结果B是符合预期的
   
   请问一下是我用的方法不对吗?
   
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to