Examples
Sample Output
Frequently Asked Questions
Does GRAPH.LIST require a graph name argument?
Does GRAPH.LIST require a graph name argument?
No.
GRAPH.LIST takes no arguments. It scans the entire keyspace and returns all keys that contain graph data.Does GRAPH.LIST return graphs from all databases?
Does GRAPH.LIST return graphs from all databases?
No.
GRAPH.LIST only returns graph keys from the currently selected Redis database (the one selected with the SELECT command).What is returned if no graphs exist?
What is returned if no graphs exist?
An empty array is returned if no graph keys exist in the current keyspace.
Are internal telemetry graphs included in the output?
Are internal telemetry graphs included in the output?
Yes. Internal telemetry graphs (e.g.,
telemetry{A}) may appear in the list. These are automatically created by FalkorDB for internal tracking purposes.