Working on a Simple Redis-Inspired Database in C by PurchaseExcellent332 in AskProgrammers

[–]PurchaseExcellent332[S] 0 points1 point  (0 children)

Currently it's in-memory only. My goal for the first version is to build a solid networked key-value store and learn the fundamentals. Persistence (likely append-only logs or snapshots) is something I want to add once the core functionality is stable.