The GitHub Actions job "SonarCloud Analysis" on kvrocks.git/unstable has succeeded. Run started by GitHub user xuzifu666 (triggered by xuzifu666).
Head commit for run: cc2bb3c7e3d77c6b88af5f1b42e9018e0bb31ec8 / sryan yuan <[email protected]> feat(command): add FLUSHSLOTS command to clear keys in specified slot ranges in cluster mode (#3375) Add FLUSHSLOTS command to clear keys in specified slot ranges in cluster mode FLUSHSLOTS allows clearing keys from one or more cluster slots without affecting other slots. It operates on the current connection's namespace (cluster mode does not support multiple namespaces). The command returns an error if a slot migration is in progress to prevent conflicts. Slot ranges can be specified as: - Single slot: FLUSHSLOTS 1234 - Range: FLUSHSLOTS 100-200 - Multiple ranges: FLUSHSLOTS “0 2 4 6-9” Example: FLUSHSLOTS "0 2 4 6-9" Unit tests have been added to verify clearing multiple slots and ensuring remaining keys match expectations. --------- Co-authored-by: yxj25245 <[email protected]> Report URL: https://github.com/apache/kvrocks/actions/runs/22560648436 With regards, GitHub Actions via GitBox
