mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Fix merge errors.
For some reason I made a merge fiasco between 5.0 and unstable. This fixes the error introduced by merging unstable.
This commit is contained in:
@ -722,9 +722,6 @@ void streamIteratorRemoveEntry(streamIterator *si, streamID *current) {
|
||||
/* Update the number of entries counter. */
|
||||
si->stream->length--;
|
||||
|
||||
/* Update the number of entries counter. */
|
||||
si->stream->length--;
|
||||
|
||||
/* Re-seek the iterator to fix the now messed up state. */
|
||||
streamID start, end;
|
||||
if (si->rev) {
|
||||
|
Reference in New Issue
Block a user