update comments

This commit is contained in:
finley
2022-07-03 18:03:30 +08:00
parent 45edbdd7c7
commit 47ec67c4dc
3 changed files with 3 additions and 2 deletions

View File

@@ -309,6 +309,7 @@ func (mdb *MultiDB) doPsync() error {
}
// there is no CRLF between RDB and following AOF, reset stream to avoid parser error
mdb.replication.masterChan = parser.ParseStream(mdb.replication.masterConn)
// fixme: update aof file
return nil
}