You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorial uses the redisgraph-py library, which is deprecated and is supposedely replaced by redis-py. Unfortunately, the redis-py graph interface is not compatible with redisgraph, and so the example given in the tutorial don't work, even if you change the import path : the order of some arguments have been switched, the pretty_print function has been removed, etc.
On top of that, the redis-py library doesn't document its graph API enough to even get started with it : for example, there's no example or instructions on how to use the result of a query.
An up-to-date documentation of redisgraph with python seems very much needed.
The text was updated successfully, but these errors were encountered:
The tutorial uses the redisgraph-py library, which is deprecated and is supposedely replaced by redis-py. Unfortunately, the redis-py graph interface is not compatible with redisgraph, and so the example given in the tutorial don't work, even if you change the import path : the order of some arguments have been switched, the pretty_print function has been removed, etc.
On top of that, the redis-py library doesn't document its graph API enough to even get started with it : for example, there's no example or instructions on how to use the result of a query.
An up-to-date documentation of redisgraph with python seems very much needed.
The text was updated successfully, but these errors were encountered: