Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Can NOT support Redis7 Stream's 0-* ID #3146

Closed
CyrusNG opened this issue Mar 8, 2024 · 4 comments
Closed

[Bug]: Can NOT support Redis7 Stream's 0-* ID #3146

CyrusNG opened this issue Mar 8, 2024 · 4 comments

Comments

@CyrusNG
Copy link

CyrusNG commented Mar 8, 2024

SCR-20240308-ueqr

As the screenshot shown, Entry ID field does NOT support Redis7 Stream's 0-* ID.

reference link about 0-* ID: https://redis.io/docs/data-types/streams/#entry-ids

@ViktarStarastsenka
Copy link
Collaborator

@CyrusNG , can you check that there are no entry IDs greater than 0 in your stream?
e.g. 1-1

@CyrusNG
Copy link
Author

CyrusNG commented Mar 12, 2024

@ViktarStarastsenka for sure there are no entry IDs greater than 0.
And I use CLI to use following command, and the command can add new entry, but ResignInsight ui CANT.
xadd firstStream 0-* name tom age 22

However, create one new stream key and add 0-* entry is OK at first time, but I want to add second one, RedisInsight will show error as I capture screen.

RedisInsight V2.44.0

@ViktarStarastsenka
Copy link
Collaborator

@CyrusNG , thanks, managed to reproduce this
we'll try to deliver a fix with the next release

@ViktarStarastsenka
Copy link
Collaborator

@CyrusNG , this has been fixed with 2.46 (released today).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants