mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 17:21:20 +00:00
PSYNC2: More refinements related to #4316.
This commit is contained in:
@ -579,6 +579,7 @@ int startBgsaveForReplication(int mincapa) {
|
||||
else
|
||||
retval = rdbSaveBackground(server.rdb_filename,rsiptr);
|
||||
} else {
|
||||
serverLog(LL_WARNING,"BGSAVE for replication: replication information not available, can't generate the RDB file right now. Try later.");
|
||||
retval = C_ERR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user