redislabs-redisgraph-php
redislabs-redisgraph-php copied to clipboard
feat(dev) Support query predicates for graph commit command
When creating a Node you can specify a predicate via withQueryPredicate() or optional constructor parameter. When not specified the default predicate is MATCH.
When creating an edge, you can use the Edge::create() or Edge::merge() methods to determine the strategy.
I'll try to review this in a couple of days. I have ideas that can be applied after this PR.
No rush please - this is merely some ideas I had.