Build your own key value store
Apr 6, 2025 · 5 min read · A key value store is a kind of NoSQL database that stores data in key value format. The key is a unique identifier. This type of data model is commonly used for caching hence making Redis a good example. Other examples includes Rocks DB, Level DB. Th...
Join discussion