Home »
MCQs »
Redis MCQs
Which of the following data types is known to be the perfect data type to represent objects in Redis?
22. Which of the following data types is known to be the perfect data type to represent objects in Redis?
- Strings
- Hashes
- Lists
- Sets
- Sorted Sets
Answer: B) Hashes
Explanation:
Hashes in Redis are known to be the perfect data type to represent objects.