Home »
MCQs »
Redis MCQs
Which of the following data types are usually known as the unordered collection of strings?
16. Which of the following data types are usually known as the unordered collection of strings?
- Strings
- Hashes
- Lists
- Sets
- Sorted Sets
Answer: D) Sets
Explanation:
Sets are usually known as the unordered collection of strings in the Redis Database.