name: Inspect graphs and memory usage description: Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE to monitor graphs and resources
Inspect graphs and memory usage
Use introspection commands to monitor graph information and resource usage.
Usage
Use GRAPH.LIST, GRAPH.INFO, and GRAPH.MEMORY USAGE commands for operational visibility.
Example
redis-cli GRAPH.LIST
redis-cli GRAPH.INFO social
redis-cli GRAPH.MEMORY USAGE social
Notes
GRAPH.LISTshows all graphs in the databaseGRAPH.INFOprovides statistics about a specific graph (node count, edge count, etc.)GRAPH.MEMORY USAGEreports memory consumption for a graph- These commands are essential for monitoring and capacity planning
- Use them to understand resource utilization and graph characteristics