NoSQL

Key-Value Store

English

Overview

A simple NoSQL store that saves data as key-value pairs.

Details

A NoSQL store with a simple structure that just stores and retrieves a value by key. That simplicity allows fast reads and writes; Redis and DynamoDB are typical examples.

More Database terms