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
dda8cc18
Commit
dda8cc18
authored
Mar 16, 2018
by
Wander Hillen
Browse files
More typos
parent
dcffca0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
dda8cc18
...
@@ -1800,7 +1800,7 @@ void backgroundSaveDoneHandlerDisk(int exitcode, int bysignal) {
...
@@ -1800,7 +1800,7 @@ void backgroundSaveDoneHandlerDisk(int exitcode, int bysignal) {
}
}
/* A background saving child (BGSAVE) terminated its work. Handle this.
/* A background saving child (BGSAVE) terminated its work. Handle this.
* This function covers the case of RDB -> S
a
lves socket transfers for
* This function covers the case of RDB -> Sl
a
ves socket transfers for
* diskless replication. */
* diskless replication. */
void
backgroundSaveDoneHandlerSocket
(
int
exitcode
,
int
bysignal
)
{
void
backgroundSaveDoneHandlerSocket
(
int
exitcode
,
int
bysignal
)
{
uint64_t
*
ok_slaves
;
uint64_t
*
ok_slaves
;
...
...
src/server.c
View file @
dda8cc18
...
@@ -2193,7 +2193,7 @@ void preventCommandReplication(client *c) {
...
@@ -2193,7 +2193,7 @@ void preventCommandReplication(client *c) {
* CMD_CALL_STATS Populate command stats.
* CMD_CALL_STATS Populate command stats.
* CMD_CALL_PROPAGATE_AOF Append command to AOF if it modified the dataset
* CMD_CALL_PROPAGATE_AOF Append command to AOF if it modified the dataset
* or if the client flags are forcing propagation.
* or if the client flags are forcing propagation.
* CMD_CALL_PROPAGATE_REPL Send command to s
a
lves if it modified the dataset
* CMD_CALL_PROPAGATE_REPL Send command to sl
a
ves if it modified the dataset
* or if the client flags are forcing propagation.
* or if the client flags are forcing propagation.
* CMD_CALL_PROPAGATE Alias for PROPAGATE_AOF|PROPAGATE_REPL.
* CMD_CALL_PROPAGATE Alias for PROPAGATE_AOF|PROPAGATE_REPL.
* CMD_CALL_FULL Alias for SLOWLOG|STATS|PROPAGATE.
* CMD_CALL_FULL Alias for SLOWLOG|STATS|PROPAGATE.
...
...
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