API Reference ex_redisgraph v0.1.0
modules
Modules
Query builder library that provides functions to construct Cypher queries to communicate with RedisGraph database and interact with the entities through defined structures.
A Graph that represents a RedisGraph database
and consists of the name property.
A Node member of a Graph.
Query module provides functions to build the cypther query for RedisGraph database.
A QueryResult is responsible for processing the data that was returned by RedisGraph.
An Relationship component relating two Nodes in a Graph.
Provides utility functions for RedisGraph modules.