Hacker News new | past | comments | ask | show | jobs | submit login

Redis supports full disk persistence by adding the following values to your redis.conf:

    appendonly yes
    appendfsync always
Yes, fsyncing after every operation will be slower than fsyncing every second or so.



Thanks, fixed it.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: