Home »
MCQs »
Redis MCQs
Which of the following commands is used when you want to retrieve the value of a key?
21. Which of the following commands is used when you want to retrieve the value of a key?
- SET
- GET
- GETSET
- GETRANGE
Answer: B) GET
Explanation:
GET command is used when you want to retrieve the value of a key.