Difference between Redis AOF and Tarantool WAL log
问题 I was reading this article about Tarantool and they seem to say that AOF and WAL log are not working the same way. Tarantool: besides snapshots, it has a full-scale WAL (write ahead log). So it can secure data persistency after each transaction out-of-the-box. Redis: in fact, it has snapshots only. Technically, you have AOF (append-only file, where all the operations are written), but it requires manual control over it, including manual restore after reboot. Simply put, with Redis you need to