RedisInsight / RedisInsight

Redis GUI by Redis

Home Page:https://redis.com/redis-enterprise/redis-insight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CyrusNG opened this issue · comments

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

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

@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

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