You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a stream created where the Stream ID's are assigned manually, and sequentually, the Stream listing of entries does not display correctly when you navigate to 'Next page'.
The "#" column increments but the same rows are displayed.
Result is you can only access up to 1 'page' of these streams and cannot access any more.
The text was updated successfully, but these errors were encountered:
I reproduced this on a 'normal use case'; for streams, where the stream IDs are assigned by redis.
Same results.
Looking at the Log It is clear why
These log lines are from
Click on stream key at left nav
Open stream
Click the next page button ">" many times
On screen it shows going frofm page 1,2,3,..7
The row numbers in the table are incrementing but the data is unchanged
logs show that after the first page it is using the same query for every page.
XREVRANGE has no state so each will return the same result.
When using a stream created where the Stream ID's are assigned manually, and sequentually, the Stream listing of entries does not display correctly when you navigate to 'Next page'.
The "#" column increments but the same rows are displayed.
Result is you can only access up to 1 'page' of these streams and cannot access any more.
The text was updated successfully, but these errors were encountered: