Suppose you want to get the value of a hash field stored at the specified key, which of the following commands will you use?

25. Suppose you want to get the value of a hash field stored at the specified key, which of the following commands will you use?

  1. HGET key field
  2. HKEYS key
  3. HVALS key
  4. GET key

Answer: A) HGET key field

Explanation:

HGET Key field command is used if you want to get the value of a hash field stored at the specified key.

Comments and Discussions!

Load comments ↻






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