ATOMIC
This command specifies that all commands that follow are to be completed atomically. If one of the commands fails, then none of the commands are to have an effect. This may require undoing the effects of commands which have already completed. Note that this command works only for requests issued in the same message, and all commands must be executable on the single server to which the message was sent.
This command is not currently implemented.