Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
11c748aa
Commit
11c748aa
authored
May 26, 2020
by
antirez
Browse files
Replication: log backlog creation event.
parent
8f101372
Changes
1
Show whitespace changes
Inline
Side-by-side
src/replication.c
View file @
11c748aa
...
...
@@ -748,6 +748,9 @@ void syncCommand(client *c) {
changeReplicationId
();
clearReplicationId2
();
createReplicationBacklog
();
serverLog
(
LL_NOTICE
,
"Replication backlog created, my new "
"replication IDs are '%s' and '%s'"
,
server
.
replid
,
server
.
replid2
);
}
/* CASE 1: BGSAVE is in progress, with disk target. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment