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?

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

Answer: B) Hashes

Explanation:

Hashes data types in Redis are maps between string fields and string values.

Comments and Discussions!

Load comments ↻






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