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

Use redis-command data migration type when the destination does not support ApplyBatch command #2078

Closed
1 of 2 tasks
caipengbo opened this issue Jan 31, 2024 · 0 comments · Fixed by #2117
Closed
1 of 2 tasks
Assignees
Labels
enhancement type enhancement

Comments

@caipengbo
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

In #2010, we support the new APPLYBATCH command for data migration scenarios. In #2067, we use this command, to realize the new raw-key-value migration type.

But the raw-key-value migration won't work if the target doesn't support the APPLYBATCH command, so we can add a fallback mechanism. We can use the old redis-command migration type when the destination does not support ApplyBatch command.

Solution

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
None yet
1 participant