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

Redislabs RedisGraph Module PHP Client (PHP 8.0+)

Results 2 redislabs-redisgraph-php issues
Sort by recently updated
recently updated
newest added

When you add just nodes in the graph and no edges, you get an error in the function getCommitQuery(). One solution to fix the issue. ``` public function getCommitQuery(): QueryInterface...

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...