1 Open Issue Need Help Last updated: May 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a safe and reliable node removal (scale-down) feature for a Redis cluster operator. This involves designing the scale-down logic, ensuring data safety during node removal (including slot migration and replica management), implementing the `CLUSTER FORGET` command, managing the operator's internal state, and handling potential errors. The current operator detects the need for scale-down but lacks the implementation.

Complexity: 4/5
enhancement good first issue feature high-priority