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
0d434a44
Commit
0d434a44
authored
Apr 13, 2014
by
Juarez Bochi
Committed by
Matt Stancliff
Sep 29, 2014
Browse files
Fix typo
Closes #1682
parent
aa628446
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
0d434a44
...
...
@@ -1978,7 +1978,7 @@ void alsoPropagate(struct redisCommand *cmd, int dbid, robj **argv, int argc,
}
/* It is possible to call the function forceCommandPropagation() inside a
* Redis command implementa
i
ton in order to to force the propagation of a
* Redis command implementat
i
on in order to to force the propagation of a
* specific command execution into AOF / Replication. */
void
forceCommandPropagation
(
redisClient
*
c
,
int
flags
)
{
if
(
flags
&
REDIS_PROPAGATE_REPL
)
c
->
flags
|=
REDIS_FORCE_REPL
;
...
...
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