The hiredis lib shipped with Redis was updated to latest version.

This commit is contained in:
antirez
2012-02-19 20:26:36 +01:00
parent cb598cdd59
commit b66e5add82
22 changed files with 1264 additions and 737 deletions

View File

@ -267,7 +267,7 @@ static client createClient(const char *cmd, size_t len) {
}
}
redisSetReplyObjectFunctions(c->context,NULL);
/* redisSetReplyObjectFunctions(c->context,NULL); */
aeCreateFileEvent(config.el,c->context->fd,AE_WRITABLE,writeHandler,c);
listAddNodeTail(config.clients,c);
config.liveclients++;