The KeyDB cache status check logic was previously checking for non-ready
pod count, which resulted in the check erroneously reporting
"operational" status when the pods themselves were deleted (e.g. due to
eviction).
This commit updates the check to explicitly check for the ready pod
count.
The KeyDB cache status check logic was previously checking for non-ready pod count, which resulted in the check erroneously reporting "operational" status when the pods themselves were deleted (e.g. due to eviction).
This commit updates the check to explicitly check for the ready pod count.