It would be nice to have a noconfirm option for redis-check-aof --fix.

This could either be -y like e.g. apt or --no-confirm like other programs.

This would do any repairs if necessary without prompting the user.

Comment From: jonathanribas

Hi @NotAFile, you can use yes y | redis-check-aof --fix.