git-hulk opened a new pull request, #3544: URL: https://github.com/apache/kvrocks/pull/3544
This PR removes the `redis-command` slot migration type, leaving raw-key-value as the only migration way. The raw-key-value type has been introduced for a long time, and it outperforms the redis-command type in both resource consumption and migration speed, so we can remove it to simplify the slot migration codes. To be noticed, there is no fallback anymore, the migration now fails with the error `destination node doesn't support the APPLYBATCH command` if the destination node doesn't support the APPLYBATCH command, instead of silently falling back to the redis-command type. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
