php-redis-graph
php-redis-graph copied to clipboard
RedisGraph PHP Client
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....