Home »
MCQs »
Redis MCQs
What are transactions in Redis?
29. What are transactions in Redis?
- A transaction in Redis allows a group of commands to be executed at once.
- A transaction in Redis is a group of properties that are commonly known as ACID properties.
- A transaction in Redis allows a group of commands to be executed at multiple steps.
Answer: A) A transaction in Redis allows a group of commands to be executed at once.
Explanation:
A transaction in Redis allows a group of commands to be executed at once.