RedisGraph / RedisGraph

A graph database as a Redis module
https://redis.io/docs/stack/graph/
Other
2.01k stars 229 forks source link

Replication should replicate effect #1528

Open gkorland opened 3 years ago

gkorland commented 3 years ago

Replication should replicate effect and not the command

swilly22 commented 3 years ago

@AviAvni @OfirMos once the undo-log is done, we can simply send it over to the replica and apply the inverse of each operation: e.g. MATCH ()-[e]->() DELETE (e) will add CREATE e to the undo-log the inverse should be DELETE e