13:25:29 GMT Hello can somebody help me understand persistence and especially recovery options. So I've got database that using appendonlyfile and dump . Keep adding records to dabase and in some point it dies. Imagine i have 100 records in my dump file (last snapshot) and few more (lets say 50) in AOF (snapshot not yet kicked because save limits not hit). When I'm restarting now redis is it will behave like that: get 13:25:35 GMT base copy from dump, then replay everything from AOF. What I'm trying to guess is AOF file getting wipe after every sucesfull snapshot (as this is my new baseline). 19:04:37 GMT Hi, redis-benchmark doesn't support redis-cluster benchmarks correct? thanks 19:05:15 GMT I read several posts online about it but they are about 2 years old, so I wanted to ask if it was still the case