redis-developer/redis-developer.github.io

The RedisGraph python tutorial is obsolete

skoot opened this issue · 0 comments

skoot commented

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.