What are transactions in Redis?

29. What are transactions in Redis?

  1. A transaction in Redis allows a group of commands to be executed at once.
  2. A transaction in Redis is a group of properties that are commonly known as ACID properties.
  3. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.