Home »
MCQs »
Redis MCQs
Redis is a NoSQL database, which stores the value in ____ format
1. Redis is a NoSQL database, which stores the value in ____ format.
- Document format
- Key-value store
- Column-oriented
- Graph format
Answer: B) Key-value store
Explanation:
Redis is a NoSQL database, which stores the value in key-pair format.