X Tutup
Skip to content

pref: render stream entries as dynamic columns#543

Open
sergey-v9 wants to merge 1 commit intotiny-craft:mainfrom
sergey-v9:feature/stream-dynamic-columns
Open

pref: render stream entries as dynamic columns#543
sergey-v9 wants to merge 1 commit intotiny-craft:mainfrom
sergey-v9:feature/stream-dynamic-columns

Conversation

@sergey-v9
Copy link

@sergey-v9 sergey-v9 commented Mar 9, 2026

Summary

  • addresses the stream JSON display regression introduced in 1.2.6 compared with the 1.2.5 behavior
  • follows up on [BUG] Redis Insight显示与tiny关于xstream结构不一致。 #531 by replacing the flattened value view with dynamic first-level stream field columns
  • renders JSON object and array field payloads inside each cell while keeping plain string fields unchanged
  • matches the way RedisInsight breaks stream entries into columns for the visible top-level fields

Screenshots

  • 1.2.5 reference:
image
  • 1.2.6 reference:
image

Show Redis stream fields as first-level table columns and pretty-print JSON object or array payloads inside cells.

Made-with: Cursor
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

Successfully merging this pull request may close these issues.

1 participant

X Tutup