Comment on Redis at Bump: many roles, best practices, and lessons learnedparentComments−rbranson15yYou could also do AOF with group commit where every N milliseconds you do an fsync and only ack write commands after the fsync completes. I hacked group commit for Redis:https://github.com/rbranson/redis
Comments
You could also do AOF with group commit where every N milliseconds you do an fsync and only ack write commands after the fsync completes. I hacked group commit for Redis:
https://github.com/rbranson/redis