Closed git-hulk closed 7 months ago
Currently, RedisShake checks the AOFOk and AOFTruncated return status inside the error if the condition that would never happen, it should be moved outside.
if ret == AOFOpenErr || ret == AOFFailed { if ret == AOFOk || ret == AOFTruncated { ...
All committers have signed the CLA.
Currently, RedisShake checks the AOFOk and AOFTruncated return status inside the error if the condition that would never happen, it should be moved outside.