Comment on Show HN: Zedis – A Redis clone I'm writing in ZigparentComments−jasonjmcghee11mofwiw redis has persistence https://redis.io/docs/latest/operate/oss_and_stack/managemen...−lyu0728211moThat just makes it durable, the entire dataset still has to fit in memory.−barddooOP11moThe format was made for taking snapshots, it’s terrible for lookup.
Comments
fwiw redis has persistence https://redis.io/docs/latest/operate/oss_and_stack/managemen...
That just makes it durable, the entire dataset still has to fit in memory.
The format was made for taking snapshots, it’s terrible for lookup.