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

feat: add ability reading stream_listpacks_2/3 rdb types #4192

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

BorysTheDev
Copy link
Contributor

fixes: #4159

@BorysTheDev BorysTheDev requested a review from romange November 26, 2024 10:58
@BorysTheDev BorysTheDev force-pushed the support_stream_listpacks_2_3_rdb_types branch from 474ed3e to 91f6c0c Compare November 26, 2024 10:59
load_trace->stream_trace->entries_added = load_trace->stream_trace->stream_len;

/* Since the rax is already loaded, we can find the first entry's * ID. */
// TODO add implementation
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not clear from TODO what needs to be implemented. What are the the values we read but discarded. Please expand on it.

@BorysTheDev BorysTheDev force-pushed the support_stream_listpacks_2_3_rdb_types branch from e19816f to 18ebdff Compare November 26, 2024 13:26
@BorysTheDev BorysTheDev requested a review from romange November 26, 2024 14:38
@romange romange merged commit 3327e1a into main Nov 26, 2024
9 checks passed
@romange romange deleted the support_stream_listpacks_2_3_rdb_types branch November 26, 2024 14:43
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.

Redis 7.x rdb STREAM format is not supported
2 participants