When I write to REDIS (set up with an AOF) can I be assured that my data is persisted to the AOF correctly by the time my overall write has completed?
ie: I want to make sure my write is persistent (like a successful commit) before I continue on in my processing.