Home »
MCQs »
Redis MCQs
Among Redis and RDBMS, which of them takes the longest time in reading and writing operations?
11. Among Redis and RDBMS, which of them takes the longest time in reading and writing operations?
- RDBMS
- Redis
Answer: A) RDBMS
Explanation:
RDBMS takes more time in comparison to Redis in reading and writing operations, RDBMS stores the data in secondary memory.