mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
The hiredis lib shipped with Redis was updated to latest version.
This commit is contained in:
@ -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++;
|
||||
|
Reference in New Issue
Block a user