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?

  1. Strings
  2. Hashes
  3. Lists
  4. Sets
  5. Sorted Sets

Answer: B) Hashes

Explanation:

Hashes in Redis are known to be the perfect data type to represent objects.

Comments and Discussions!

Load comments ↻






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