AOF copies incoming write command to disk as they happen. It provides file synch options as follows.
always : Every writes to redis, writes to disk which usually affect redis’ performance.
b. everysec : Writes to disk every second
no : Let OS control syncing to disk