This is the first category of NoSQL database. Key-value stores have a simple data model, which allow clients to put a map/dictionary and request value par key. In the key-value storage, each key has to be unique to provide non-ambiguous identification of values.For example.