mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Binding multiple IPs done properly with multiple sockets.
This commit is contained in:
@ -729,8 +729,7 @@ int rdbSaveBackground(char *filename) {
|
||||
int retval;
|
||||
|
||||
/* Child */
|
||||
if (server.ipfd > 0) close(server.ipfd);
|
||||
if (server.sofd > 0) close(server.sofd);
|
||||
closeListeningSockets(0);
|
||||
redisSetProcTitle("redis-rdb-bgsave");
|
||||
retval = rdbSave(filename);
|
||||
if (retval == REDIS_OK) {
|
||||
|
Reference in New Issue
Block a user