mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 04:26:31 +00:00
redis.conf new features the new option, a minor typo preventing the compilation fixed
This commit is contained in:
2
redis.c
2
redis.c
@ -1386,7 +1386,7 @@ void backgroundRewriteDoneHandler(int statloc) {
|
||||
/* If append only is actually enabled... */
|
||||
close(server.appendfd);
|
||||
server.appendfd = fd;
|
||||
if (appendfsync != APPENDFSYNC_NO) aof_fsync(fd);
|
||||
if (server.appendfsync != APPENDFSYNC_NO) aof_fsync(fd);
|
||||
server.appendseldb = -1; /* Make sure it will issue SELECT */
|
||||
redisLog(REDIS_NOTICE,"The new append only file was selected for future appends.");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user