Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf144cc

Browse files
author
Mikushi
committed
Handling of Redis reply type *
1 parent 765b9a7 commit cf144cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library.c

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ PHPAPI char *redis_sock_read(RedisSock *redis_sock, int *buf_len TSRMLS_DC)
150150
return resp;
151151

152152
case '+':
153+
case '*':
153154
case ':':
154155
// Single Line Reply
155156
/* :123\r\n */

0 commit comments

Comments
 (0)