Home »
MCQs »
Redis MCQs
Which of the following commands is used to check whether the key exists or not?
19. Which of the following commands is used to check whether the key exists or not?
- Is_there
- Is_key
- Exist key
- Key_exist
Answer: C) Exist key
Explanation:
Exist key command is used to check whether the key exists or not.