Home »
MCQs »
Redis MCQs
Which of the following commands create a backup of a current Redis database?
40. Which of the following commands create a backup of a current Redis database?
- BACKUP
- BG
- SAVE
Answer: C) SAVE
Explanation:
SAVE command is used to create a backup of a current Redis database.