Ram, an in-memory distributed KV store

That’s unfortunately not true. ra uses persistency to store the raft log, and so does ram. I understand that the naming can make you think otherwise, and that’s because originally that’s what I was aiming for.

ram has just been an experiment up to now and I wouldn’t recommend running it in production anyways, rather, maybe for some inspiration on how to use ra.

Yes, I know about ra’s persistence of raft log. Perhaps I misunderstood the question, but I was trying to explain that ram’s key-value table is in-memory, not on disk.