-
Notifications
You must be signed in to change notification settings - Fork 69
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
GO Implement Dump, Restore and ObjectEncoding Command #2781
GO Implement Dump, Restore and ObjectEncoding Command #2781
Conversation
Signed-off-by: EdricCua <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommend implementing dump
together with restore
so you can test it and validate that both work. Otherwise dump
is untested.
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few small comments left.
Since dump-restore cycle works fine we can confirm that go client support binary strings. That's really good news.
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Please update PR description checklist and add the linked issue for this PR. |
Please update changelog.md file. |
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but CI is red
Signed-off-by: EdricCua <[email protected]>
Hi @Yury-Fridlyand - Test failing in json_module_test.go and vss_module_test.go |
Signed-off-by: EdricCua <[email protected]>
on redis 6
|
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
* GO Implement Dump and ObjectEncoding command Signed-off-by: EdricCua <[email protected]>
* GO Implement Dump and ObjectEncoding command Signed-off-by: EdricCua <[email protected]> Signed-off-by: Edward Liang <[email protected]>
* GO Implement Dump and ObjectEncoding command Signed-off-by: EdricCua <[email protected]>
* GO Implement Dump and ObjectEncoding command Signed-off-by: EdricCua <[email protected]>
Issue link
This Pull Request is linked to issue (URL): https://github.com/orgs/valkey-io/projects/10/views/10?pane=issue&itemId=91968108&issue=valkey-io%7Cvalkey-glide%7C2853
Checklist
Before submitting the PR make sure the following are checked: