box.rollback()
-
box.
rollback
()¶ End the transaction, but cancel all its data-change operations. An explicit call to functions outside
box.space
that always yield, such as fiber.sleep() or fiber.yield(), will have the same effect.
box.index
box.
rollback
()¶End the transaction, but cancel all its data-change operations.
An explicit call to functions outside box.space
that always
yield, such as fiber.sleep() or
fiber.yield(), will have the same effect.