Key-value database
A type of non-relational database that uses a simple key-value method to store data, where each key is unique and retrieves the corresponding value. Known for its simplicity, speed, and scalability, it is suitable for applications requiring high-performance and low-latency data retrieval. Key-value databases are often used in scenarios with simple data models and include examples like Redis, Amazon DynamoDB, and Riak.