redis-developer.github.io icon indicating copy to clipboard operation
redis-developer.github.io copied to clipboard

The RedisGraph python tutorial is obsolete

Open skoot opened this issue 3 years ago • 0 comments

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.

skoot avatar Aug 02 '22 13:08 skoot