Search code examples
neo4jrollbackundoredo

How to Undo/Redo/Rollback in Neo4j?


I have read the Neo4j Java Developer Reference Document recently, but I didn't see the information about Undo/Redo/Rollback, so I wonder is the Neo4j support these operations?


Solution

  • neo4j does not support undo/redo, but it does support transactions (so, rollbacks are supported).

    See the specific documentation for Java, Cypher, the HTTP API, and Bolt.