Redis Commands

Docs  >   Redis Commands   >  M   >   Multi

Top

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

@return

@simple-string-reply: always OK.