Home »
MCQs »
Redis MCQs
Which of the following data structures are supported by Redis?
6. Which of the following data structures are supported by Redis?
- Bitmaps
- Hyper log
- Geospatial indexes
- Sorted sets
- All of the above
Answer: E) All of the above
Explanation:
Redis supports a variety of data structures which includes: hashes, sets, lists, sorted sets with range queries, bitmaps, hyper log, and geospatial indexes.