zyearn commented on issue #1119:
URL: https://github.com/apache/incubator-brpc/issues/1119#issuecomment-635064453


   > > 是的,目前有这个问题,正在计划修复,先用非batch版本吧。
   > 
   > @zyearn 请问这个大概什么时候能修复好?此外,有另一个问题,对于一个命令'set key 
value',RedisCommandHandler的Run函数提供了[const std::vector<const char*>& 
args](https://github.com/apache/incubator-brpc/blob/a3b22660096c4f00cfdffc7571063603ccb5a428/src/brpc/redis.h#L262)这个参数,但是如果value里面包含字符
 '\0',该怎么处理?
   
   batch的问题会尽快修复,可能1~2周。目前的实现value不是二进制安全的,可以先做个base64来绕过这个问题。


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

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