"src/vscode:/vscode.git/clone" did not exist on "715794b82976511786307b9e14165f1efbb28240"
redis-cli cluster import command may issue wrong MIGRATE command. (#8945)
In clusterManagerCommandImport strcat was used to concat COPY and REPLACE, the space maybe not enough. If we use --cluster-replace but not --cluster-copy, the MIGRATE command contained COPY instead of REPLACE.
Please register or sign in to comment