RedisGraph / redisgraph.js

A Javascript client for RedisGraph
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
100 stars 25 forks source link

Add support for QUERY_RO #58

Closed rdbenoit closed 3 years ago

rdbenoit commented 3 years ago

I was just wondering when the functionality to use read-only queries will be available in the JS client as it would definitely be helpful to prevent writes when allowing queries.

Here is the PR with the change. https://github.com/RedisGraph/RedisGraph/pull/1364

Thanks,

Ryan