Junior — Middle
To which category of NoSQL databases does Redis belong?
sobes.tech AI
Answer from AI
Redis is a NoSQL database category called in-memory key-value store.
Main characteristics of Redis:
- Stores data in RAM for high-speed access.
- Supports various data structures: strings, lists, sets, hashes, sorted sets.
- Used for caching, session management, message queues, and other tasks where high performance is important.
Thus, Redis is a NoSQL key-value database with support for advanced data structures and in-memory storage.