redislabs-redisgraph-php icon indicating copy to clipboard operation
redislabs-redisgraph-php copied to clipboard

feat(dev) Support query predicates for graph commit command

Open jblotus opened this issue 3 years ago • 2 comments

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.

jblotus avatar Jun 29 '21 14:06 jblotus

I'll try to review this in a couple of days. I have ideas that can be applied after this PR.

mkorkmaz avatar Jun 29 '21 18:06 mkorkmaz

No rush please - this is merely some ideas I had.

jblotus avatar Jun 29 '21 19:06 jblotus