mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 01:31:21 +00:00
SORT STORE option
This commit is contained in:
@ -239,6 +239,7 @@ static int cliReadReply(int fd) {
|
||||
return 1;
|
||||
case '+':
|
||||
case ':':
|
||||
printf("(integer) ");
|
||||
return cliReadSingleLineReply(fd);
|
||||
case '$':
|
||||
return cliReadBulkReply(fd);
|
||||
|
Reference in New Issue
Block a user