Use redis-command data migration type when the destination does not support ApplyBatch command #2078
Closed
1 of 2 tasks
Labels
enhancement
type enhancement
Search before asking
Motivation
In #2010, we support the new
APPLYBATCH
command for data migration scenarios. In #2067, we use this command, to realize the newraw-key-value
migration type.But the
raw-key-value
migration won't work if the target doesn't support theAPPLYBATCH
command, so we can add a fallback mechanism. We can use the oldredis-command
migration type when the destination does not supportApplyBatch
command.Solution
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: