Graph commands
Lists graph commands and provides links to the command reference pages.
Redis Stack |
---|
The following table lists graph commands. See the command links for more information about each command's syntax, arguments, and examples.
Command | Redis Enterprise Software | Redis Cloud Flexible & Annual |
Redis Cloud Free & Fixed |
Description |
---|---|---|---|---|
GRAPH.CONFIG GET | Returns the current value of a RedisGraph configuration parameter. | |||
GRAPH.CONFIG SET | Changes the value of a RedisGraph configuration parameter. | |||
GRAPH.DELETE | ✅ Supported | ✅ Supported | ✅ Supported | Removes the graph and its entities. |
GRAPH.EXPLAIN | ✅ Supported | ✅ Supported | ✅ Supported | Displays the query execution plan but does not run the query. |
GRAPH.LIST | ✅ Supported | ✅ Supported | ✅ Supported | Lists all graph keys. |
GRAPH.PROFILE | ✅ Supported | ✅ Supported | ✅ Supported | Runs a query and displays the execution plan with metrics for each operation. |
GRAPH.QUERY | ✅ Supported | ✅ Supported | ✅ Supported | Runs a query against a graph. Supports a variety of clauses and functions. |
GRAPH.RO_QUERY | ✅ Supported | ✅ Supported | ✅ Supported | Runs a read-only query against a graph. |
GRAPH.SLOWLOG | ✅ Supported | ✅ Supported | ✅ Supported | Returns the slowest 10 queries run against a specific graph. |
-
Use
rladmin
or the REST API to change RedisGraph configuration for Redis Enterprise Software. See RedisGraph configuration compatibility with Redis Enterprise for more information and examples. -
Contact support to view the current RedisGraph configuration values or request configuration changes for Flexible or Annual Redis Cloud subscriptions.