JRedisGraph
JRedisGraph copied to clipboard
Redisgraph expects the query params to be in a separate argument than the query
GRAPH.QUERY <graph_name> "MATCH (p:Person {name: $name_param, birth_year: $birth_year_param}) RETURN p" query_params "CYPHER name_param = 'Niccolò Machiavelli' birth_year_param = 1469"
Reference: https://github.com/RedisGraph/RedisGraph/pull/1849