Home »
MCQs »
Redis MCQs
Which of the following commands is used to set the specified fields to their particular values in the hash stored at the key?
15. Which of the following commands is used to set the specified fields to their particular values in the hash stored at the key?
- Set
- Get
- HMSET
- HMGET
Answer: C) HMSET
Explanation:
HMSET command is used to set the specified fields to their particular values in the hash stored at the key.