RedisGraph GitHub RedisGraph RedisGraph GitHub RedisGraph RedisGraph Table of contents Introduction Usage GRAPH.ADDEDGE GRAPH.REMOVEEDGE GRAPH.DELETE GRAPH.QUERY Query language Query structure MATCH WHERE RETURN Aggregations ORDER BY LIMIT Build and run Design Table of contents Introduction Usage GRAPH.ADDEDGE GRAPH.REMOVEEDGE GRAPH.DELETE GRAPH.QUERY Query language Query structure MATCH WHERE RETURN Aggregations ORDER BY LIMIT Build and run edit ¶ ¶ This project is a Redis module that implements a graph database. Nodes in the graph represent entities such as persons or places, and connections such as 'visit' are made between the different entities. Entities may have multiple attributes, so Redis Ha...