OT-CONTAINER-KIT / redis-operator

A golang based redis operator that will make/oversee Redis standalone/cluster/replication/sentinel mode setup on top of the Kubernetes.
https://ot-redis-operator.netlify.app/
Apache License 2.0
731 stars 207 forks source link

fix: runtime panic when delete rediscluster which disable persistent #922

Closed drivebyer closed 1 month ago

drivebyer commented 1 month ago

Description

Fixes #921

Type of change

Checklist

Additional Context

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 39.75%. Comparing base (d121d86) to head (833545b). Report is 44 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #922 +/- ## ========================================== + Coverage 35.20% 39.75% +4.55% ========================================== Files 19 19 Lines 3213 2674 -539 ========================================== - Hits 1131 1063 -68 + Misses 2015 1540 -475 - Partials 67 71 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.