This document discusses Redis Graph, an open source graph database module for Redis. It provides concise summaries of Redis Graph's key features:
- Redis Graph allows storing and querying graph-structured data using a graph data model with nodes, edges, and properties. It supports multi-hop queries across relationships.
- Redis Labs provides commercial support for Redis Graph through products like Redis Enterprise Cloud and on-premise offerings.
- The document demonstrates basic graph queries in Cypher and shows the query execution plan, highlighting Redis Graph's ability to efficiently query large graph datasets.