mirror of
https://github.com/fluencelabs/redis
synced 2025-05-16 20:41:19 +00:00
parent
1317bab0d1
commit
3502d1f16b
@ -691,6 +691,9 @@ void streamIteratorRemoveEntry(streamIterator *si, streamID *current) {
|
||||
aux = lpGetInteger(p);
|
||||
lp = lpReplaceInteger(lp,&p,aux+1);
|
||||
|
||||
/* 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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user