RedisGraph / redisgraph-py

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

Update graph.py #100

Closed YaphetKG closed 3 years ago

YaphetKG commented 3 years ago

Adds read only GRAPH.RO_QUERY support. I attempted this this way, if you have a cleaner approach in mind feel free to delete the PR.

swilly22 commented 3 years ago

Thank you @YaphetKG, I've decided to go with this alternative #101 which accomplishes a similar behavior, it makes a query level read-only configuration.