Hacker News new | ask | show | jobs
by Scarbutt 1884 days ago
What persistence options does KeyDB has that Redis doesn't?
1 comments

The FLASH feature in Enterprise can send all writes to disk before replying +OK, however notably we don’t fsync (AOF is still recommended if you need that). In these deployments it’s not necessary to use RDB or AOF except for replication.

And of course we have all the existing options already in Redis.