Try this exercise. Click the correct answer from the options.
What does the key-value store model do in a basic implementation like our previous Python dictionary example?
Click the option that best answers the question.
- It stores key-value pairs and allows rapid fetching of values using a unique key.
- It creates a unique key for every pair of values stored.
- It converts all stored values to keys and fetches them randomly.
- It deletes a key-value pair after the value has been fetched once.