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?

  1. START
  2. MULTI
  3. SET
  4. GO

Answer: B) MULTI

Explanation:

MULTI command is used to initiate the transaction in Redis.

Comments and Discussions!

Load comments ↻






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