© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
James B
The Unix Tiger
I would like to have Speed of Redis + disk persistence! What would be the ideal solution for this?
Luiz Estácio
Fullstack Developer
The speed of redis is because persistence happens in memory first and after is "saved in disk". For have low latency you need a database with the same approach like mongodb and if possible run your databeses on SSD instances.
Kamil Załęski
I have to say that - are you aware that redis has some sort of "persistence" http://redis.io/topics/persistence
Luiz Estácio
Fullstack Developer
The speed of redis is because persistence happens in memory first and after is "saved in disk". For have low latency you need a database with the same approach like mongodb and if possible run your databeses on SSD instances.