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
6b64fa49
Commit
6b64fa49
authored
Apr 13, 2014
by
Juarez Bochi
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo
Closes #1682
parent
fc9bce45
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
6b64fa49
...
...
@@ -1885,7 +1885,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