Which of the following data structures are supported by Redis?

6. Which of the following data structures are supported by Redis?

  1. Bitmaps
  2. Hyper log
  3. Geospatial indexes
  4. Sorted sets
  5. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.