mirror of
https://github.com/fluencelabs/redis
synced 2025-05-06 16:02:14 +00:00
streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeID
This commit is contained in:
parent
14045adf92
commit
5e0fe4c77c
@ -1043,9 +1043,7 @@ size_t streamReplyWithRangeFromConsumerPEL(client *c, stream *s, streamID *start
|
||||
* by the user by other means. In that case we signal it emitting
|
||||
* the ID but then a NULL entry for the fields. */
|
||||
addReplyArrayLen(c,2);
|
||||
streamID id;
|
||||
streamDecodeID(ri.key,&id);
|
||||
addReplyStreamID(c,&id);
|
||||
addReplyStreamID(c,&thisid);
|
||||
addReplyNullArray(c);
|
||||
} else {
|
||||
streamNACK *nack = ri.data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user