Hi
As part of the RedisGraph 2.0 development efforts, we recently enabled parameterized queries at RedisGraph.
You can get it by cloning our master branch or with docker docker run -p 6379:6379 -it --rm redislabs/redisgraph:edge.
The python client supports parameters, and can be installed by pip install git+https://github.com/RedisGraph/redisgraph-py.git@master. golang, js, and java clients will get this updated in the next few days.
We'll be happy to get your input ragarding this feature.
Awesome, thank you for the heads-up! We're currently focusing on final polish for our v2.0 release, and we're looking forward to doing some more Cypher and RedisGraph work after that.
Hi As part of the RedisGraph 2.0 development efforts, we recently enabled parameterized queries at RedisGraph. You can get it by cloning our
master
branch or with dockerdocker run -p 6379:6379 -it --rm redislabs/redisgraph:edge
. The python client supports parameters, and can be installed bypip install git+https://github.com/RedisGraph/redisgraph-py.git@master
. golang, js, and java clients will get this updated in the next few days. We'll be happy to get your input ragarding this feature.