mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
update
This commit is contained in:
@ -418,11 +418,6 @@ static void readHandler(aeEventLoop *el, int fd, void *privdata, int mask) {
|
||||
if (redisBufferRead(c->context) != REDIS_OK) {
|
||||
fprintf(stderr,"Error: %s\n",c->context->errstr);
|
||||
exit(1);
|
||||
}
|
||||
else if (NULL != strstr(c->context->reader->buf,"NOAUTH"))
|
||||
{
|
||||
fprintf(stderr,"Error: %s\n",c->context->reader->buf);
|
||||
exit(1);
|
||||
} else {
|
||||
while(c->pending) {
|
||||
if (redisGetReply(c->context,&reply) != REDIS_OK) {
|
||||
|
Reference in New Issue
Block a user