Back to Redis

Commands

content/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/commands.md

latest4.5 KB
Original Source

The following table lists graph commands. See the command links for more information about each command's syntax, arguments, and examples.

| Command | Redis Software | Redis Cloud Flexible & Annual | Redis Cloud Free & Fixed | Description | |:--------|:----------------------|:-----------------|:-----------------|:------| | GRAPH.CONFIG GET | <span title="Not supported"><nobr>❌ Not supported</span> | <span title="Not supported"><nobr>⚠️ Not supported</span><sup>2</sup> | <span title="Not supported"><nobr>❌ Not supported</nobr></span> | Returns the current value of a RedisGraph configuration parameter. | | GRAPH.CONFIG SET | <span title="Not supported"><nobr>⚠️ Not supported</span><sup>1</sup> | <span title="Not supported"><nobr>⚠️ Not supported</span><sup>2</sup> | <span title="Not supported"><nobr>❌ Not supported</nobr></span> | Changes the value of a RedisGraph configuration parameter. | | GRAPH.DELETE | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Removes the graph and its entities. | | GRAPH.EXPLAIN | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Displays the query execution plan but does not run the query. | | GRAPH.LIST | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Lists all graph keys. | | GRAPH.PROFILE | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Runs a query and displays the execution plan with metrics for each operation. | | GRAPH.QUERY | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Runs a query against a graph. Supports a variety of clauses and functions. | | GRAPH.RO_QUERY | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Runs a read-only query against a graph. | | GRAPH.SLOWLOG | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</span> | <span title="Supported">✅ Supported</nobr></span> | Returns the slowest 10 queries run against a specific graph. |

  1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a>Use [rladmin]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}) or the [REST API]({{< relref "/operate/rs/references/rest-api" >}}) to change RedisGraph configuration for Redis Software. See [RedisGraph configuration compatibility with Redis Software]({{< relref "/operate/oss_and_stack/stack-with-enterprise/deprecated-features/graph/config" >}}) for more information and examples.

  2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Contact support to view the current RedisGraph configuration values or request configuration changes for Flexible or Annual Redis Cloud subscriptions.