Respuesta :

Option b) redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

What are key-value stores?

A key-value database is known to be a kind of nonrelational database that is known to often make use of a  simple key-value method to save data.

Note that A key-value database saves data as a set of key-value pairs and it is onw where a key is used as a unique identifier. Note that the 2 keys and values can be seen as anything, such as simple objects or complex compound objects.

Hence, Option b) redis is an in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

Learn more about database from

https://brainly.com/question/518894

#SPJ1