redisgraph-py icon indicating copy to clipboard operation
redisgraph-py copied to clipboard

RedisGraph python client

Results 16 redisgraph-py issues
Sort by recently updated
recently updated
newest added

Latest version of RedisGraph support node with multiple labels this needs to be reflected in the client when creating a node and when parsing a result that contains node

Thanks for all the work on this project! I tried to integrate RedisGraph into an existing project([prov-db-connector](https://github.com/DLR-SC/prov-db-connector)) and got an unexpected error: The following command with params will cause an...

enhancement

This is more of a question than an issue. I was wondering if there is any way to batch my queries in order to gain some performance. I tried to...

Response time out with client connected using `unix_socket_path` when using python client but not with `redis-cli`. I have a `redis-server` instance running locally accepting connections via unix socket.`redisgraph.so` was built...

Currently, this framework supports only creation of new nodes, but if we want to update some properties, manual requests are required. As far as I understand, there are 2 approaches...

enhancement

To summarize, if a union is desired where one column is null for one of the query clauses, there does not seem to be a way to get the parser...

help wanted