SORT STORE option

This commit is contained in:
antirez
2009-11-01 15:29:38 +01:00
parent d8f8b666f4
commit 443c6409c3
3 changed files with 66 additions and 40 deletions

View File

@ -239,6 +239,7 @@ static int cliReadReply(int fd) {
return 1;
case '+':
case ':':
printf("(integer) ");
return cliReadSingleLineReply(fd);
case '$':
return cliReadBulkReply(fd);