RedisGraph icon indicating copy to clipboard operation
RedisGraph copied to clipboard

A graph database as a Redis module

Results 236 RedisGraph issues
Sort by recently updated
recently updated
newest added

Reset graph's slowlog `GRAPH.SLOWLOG G RESET`

enhancement

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)...

x:perf

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)