php-redis-graph icon indicating copy to clipboard operation
php-redis-graph copied to clipboard

RedisGraph PHP Client

Results 3 php-redis-graph issues
Sort by recently updated
recently updated
newest added

There is an open issue relating to new RedisGraph features and changes but no changes in that regard. Is this being actively maintained or do you need help? Or would...

Hi @kjdev Thanks for the work on this project! We are about to release 2.0 officially, so I just wanted to give heads up. We changed our resultset structure significantly...

``` In Result.php line 98: array_combine() expects parameter 1 to be array, string given ``` When I am creating multiple nodes, using addNode, and commit, I get the above error....