Comment by Luiz Estácio on "What are some NoSQL databases that offer disk persistence and low latency (single digit millisecond level) in reads?" | Hashnode
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.