Home »
MCQs »
Redis MCQs
Suppose you are asked to remove all the keys from all databases, which of the following commands will you use?
38. Suppose you are asked to remove all the keys from all databases, which of the following commands will you use?
- FLUSHKEY
- FLUSHALLKEY
- FLUSHALL
- FLUSHDB
Answer: C) FLUSHALL
Explanation:
FLUSHALL will remove all the keys from all databases.