Redis

MULTI

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

Return value

Status code reply: always OK.

Comments powered by Disqus