Skip to content

GRAPH.QUERY

This command executes the given query against a specified graph.

Timeout

The default timeout for Redis Data Source is set to 10 seconds and can be increased following the Configuration.

GRAPH.QUERY

Parameters

Parameter Description
Key RedisGraph key
Cypher The syntax is based on Cypher, and only a subset of the language currently supported

Data Frames

Name Description
nodes Nodes in the Node Graph panel's format, if returned
edges Edges in the Node Graph panel's format, if returned
data Formatted data returned by the query
metadata Metadata related to the query execution

GRAPH.QUERY data

Streaming

Streaming is not supported.

Visualization