Home »
MCQs »
Redis MCQs
In Redis, which of the following commands is used to initiate the transaction?
32. In Redis, which of the following commands is used to initiate the transaction?
- START
- MULTI
- SET
- GO
Answer: B) MULTI
Explanation:
MULTI command is used to initiate the transaction in Redis.