Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d4e375fc
Commit
d4e375fc
authored
Feb 27, 2020
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
45f318d2
cf31602b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/t_stream.c
View file @
d4e375fc
...
@@ -1068,9 +1068,7 @@ size_t streamReplyWithRangeFromConsumerPEL(client *c, stream *s, streamID *start
...
@@ -1068,9 +1068,7 @@ size_t streamReplyWithRangeFromConsumerPEL(client *c, stream *s, streamID *start
* by the user by other means. In that case we signal it emitting
* by the user by other means. In that case we signal it emitting
* the ID but then a NULL entry for the fields. */
* the ID but then a NULL entry for the fields. */
addReplyArrayLen
(
c
,
2
);
addReplyArrayLen
(
c
,
2
);
streamID
id
;
addReplyStreamID
(
c
,
&
thisid
);
streamDecodeID
(
ri
.
key
,
&
id
);
addReplyStreamID
(
c
,
&
id
);
addReplyNullArray
(
c
);
addReplyNullArray
(
c
);
}
else
{
}
else
{
streamNACK
*
nack
=
ri
.
data
;
streamNACK
*
nack
=
ri
.
data
;
...
...
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