提交 e2aba0f9 编写于 作者: A antirez

redis-cli now makes clear when the returned string is an integer

上级 443c6409
......@@ -238,6 +238,7 @@ static int cliReadReply(int fd) {
cliReadSingleLineReply(fd);
return 1;
case '+':
return cliReadSingleLineReply(fd);
case ':':
printf("(integer) ");
return cliReadSingleLineReply(fd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册