Home »
MCQs »
Redis MCQs
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?
- HGET key field
- HKEYS key
- HVALS key
- 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.