RedisGraph / redisgraph-py

RedisGraph python client
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

redis-graph 2.0 support #49

Closed schwab closed 5 years ago

schwab commented 5 years ago

Is there a commit with the changes to support the redis-graph 2.0 interface yet? If not what's the plan to support the new result set format etc?

We are trying to plan when introduce the 2.0 code base and need to know what to expect from the python side of things.

jeffreylovitz commented 5 years ago

Hi @schwab ,

The master branch of redisgraph-py is entirely compatible with all of the latest RedisGraph features (new result set format, run-time error handling, array types, etc). It's actually the client we use for a lot of our automated testing!

There's not yet a release that includes all this, however. At the moment, you can get this support by installing like so: pip install git+https://github.com/RedisGraph/redisgraph-py.git@master

schwab commented 5 years ago

Great... thanks!

swilly22 commented 5 years ago

@schwab can we close this issue?