Home »
MCQs »
Redis MCQs
Which of the following commands is used in Redis to store a key name in the string format?
13. Which of the following commands is used in Redis to store a key name in the string format?
- Get
- Put
- Set
- Post
Answer: C) Set
Explanation:
Set command is used in Redis to store a key name in the string format.