Skip to main content
Lists all graph keys in the keyspace.

Examples

Sample Output

Frequently Asked Questions

No. GRAPH.LIST takes no arguments. It scans the entire keyspace and returns all keys that contain graph data.
No. GRAPH.LIST only returns graph keys from the currently selected Redis database (the one selected with the SELECT command).
An empty array is returned if no graph keys exist in the current keyspace.
Yes. Internal telemetry graphs (e.g., telemetry{A}) may appear in the list. These are automatically created by FalkorDB for internal tracking purposes.