Home »
MCQs »
Redis MCQs
Which data type in Redis are maps between string fields and string values?
14. Which data type in Redis are maps between string fields and string values?
- Strings
- Hashes
- Lists
- Sets
- Sorted Sets
Answer: B) Hashes
Explanation:
Hashes data types in Redis are maps between string fields and string values.