Commands

Commands overview

Overview

RedisGraph Features

RedisGraph exposes graph database functionality within Redis using the openCypher query language. Its basic commands accept openCypher queries, while additional commands are exposed for configuration or metadata retrieval.

RedisGraph API

Command details can be retrieved by filtering for the module or for a specific command, e.g., GRAPH.QUERY. The details include the syntax for the commands, where:

  • Optional arguments are enclosed in square brackets, for example [timeout].
  • Additional optional arguments are indicated by an ellipsis: ...

Most commands require a graph key name as their first argument.

Rate this page