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
ad716e29
Commit
ad716e29
authored
Mar 20, 2018
by
antirez
Browse files
CG: Fix propagate() arg count in streamPropagateXCLAIM().
parent
3cae5f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
ad716e29
...
...
@@ -699,7 +699,7 @@ void streamPropagateXCLAIM(client *c, robj *key, robj *group, robj *id, streamNA
argv[8] = createStringObject("RETRYCOUNT",10);
argv[9] = createStringObjectFromLongLong(nack->delivery_count);
argv[10] = createStringObject("FORCE",5);
propagate
(
server
.
xclaimCommand
,
c
->
db
->
id
,
argv
,
1
0
,
PROPAGATE_AOF
|
PROPAGATE_REPL
);
propagate(server.xclaimCommand,c->db->id,argv,1
1
,PROPAGATE_AOF|PROPAGATE_REPL);
decrRefCount(argv[0]);
decrRefCount(argv[3]);
decrRefCount(argv[4]);
...
...
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