RedisGraph / redisgraph-py

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

Is MULTI supported? #134

Closed nehz closed 3 years ago

nehz commented 3 years ago

When using redis.pipeline(), graph.query() seems to block?

swilly22 commented 3 years ago

Hi @nehz, apologies for the late response, unfortunately no RedisGraph queries shouldn't be executed under MULTI-EXEC

nehz commented 3 years ago

No worries, thanks!