> Test performed with AOF enabled
AOF is a type of persistence: https://redis.io/topics/persistence
Most of the time, I've used Redis with (I think) RDB persistence, just in case. Usually we've used it as an in-memory cache.
Ok, that makes a lot of sense, thanks!