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

CommandRedis Enterprise SoftwareRedis Cloud
Flexible & Annual
Redis Cloud
Free & Fixed
Description
GRAPH.CONFIG GET❌ Not supported⚠️ Not supported2❌ Not supportedReturns the current value of a RedisGraph configuration parameter.
GRAPH.CONFIG SET⚠️ Not supported1⚠️ Not supported2❌ Not supportedChanges the value of a RedisGraph configuration parameter.
GRAPH.DELETE✅ Supported✅ Supported✅ SupportedRemoves the graph and its entities.
GRAPH.EXPLAIN✅ Supported✅ Supported✅ SupportedDisplays the query execution plan but does not run the query.
GRAPH.LIST✅ Supported✅ Supported✅ SupportedLists all graph keys.
GRAPH.PROFILE✅ Supported✅ Supported✅ SupportedRuns a query and displays the execution plan with metrics for each operation.
GRAPH.QUERY✅ Supported✅ Supported✅ SupportedRuns a query against a graph. Supports a variety of clauses and functions.
GRAPH.RO_QUERY✅ Supported✅ Supported✅ SupportedRuns a read-only query against a graph.
GRAPH.SLOWLOG✅ Supported✅ Supported✅ SupportedReturns the slowest 10 queries run against a specific graph.
  1. 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.

  2. Contact support to view the current RedisGraph configuration values or request configuration changes for Flexible or Annual Redis Cloud subscriptions.