俊杰jerry
俊杰jerry
应该可以不continue
参考下 http://www.fwolf.com/blog/post/314
可以啊,自己把协议改下。netty 本来也支持
> Why do you think it should throws an exception? because hget (sadd, hdel ...) can throws an exception. only hgetall or smembers or zrange these return array function do...
I looked at the code. hgetall does not handle returns that begin with "-" @yatsukhnenko
need code ``` if (inbuf[0] == '-') { do something or throw exception } ```
> @bupt1987 could you test patch posted above? ```c diff --git a/library.c b/library.c index 8921c0f..b1881ae 100644 --- a/library.c +++ b/library.c @@ -462,6 +462,10 @@ redis_sock_read_multibulk_reply_zval(INTERNAL_FUNCTION_PARAMETERS, } if(inbuf[0] != '*') {...
In which version this change will be released?
@yatsukhnenko I commit agent for multi exec can throw exception
单词拼错了,应该不影响程序运行