MULTI (original) (raw)

  1. Docs Docs
  2. Commands
  3. MULTI

Syntax text Syntax diagram

MULTI

Available since:

Redis Open Source 1.2.0

Time complexity:

O(1)

ACL categories:

@fast, @transaction,

Compatibility:

Redis Enterprise and Redis Cloud compatibility

Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC.

Redis Enterprise and Redis Cloud compatibility

RedisEnterprise RedisCloud Notes
✅ Standard✅ Active-Active ✅ Standard✅ Active-Active

Return information

RESP2 RESP3

Simple string reply: OK.

RATE THIS PAGE

★ ★ ★ ★ ★

Back to top ↑