RedisGraph
RedisGraph copied to clipboard
A graph database as a Redis module
This PR is to solve issue #2477 Of course, any comments and suggestions are welcome! Thanks
Running a 1-hop path query like the one below: `GRAPH.EXPLAIN MLGraphOpt "MATCH path = (n0 {id: 58318})-[]-()-[]-(n1 {id: 184674}) RETURN path"` produces the following execution plan: ``` 1) "Results" 2)...
This PR allows using 'SET' and `REMOVE` operations on node labels. This PR also allows calling `REMOVE` on nodes and edges properties. This PR modifies the resultset statistics struct to...
This PR enables undo log testing as well as fixing memory handling issues (double freeing attribute sets)