MULTI
Syntax
MULTI
Time complexity: O(1)
ACL categories: @fast, @transaction
Marks the start of a transaction block.
Subsequent commands will be queued for atomic execution using EXEC.
Return
Simple string reply: always OK.
MULTI
Time complexity: O(1)
ACL categories: @fast, @transaction
Marks the start of a transaction block.
Subsequent commands will be queued for atomic execution using EXEC.
Simple string reply: always OK.