Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StatusCmd = &cobra.Command{
Use: "status",
Short: "Check FalkorDB connection and graph statistics",
Long: "\nCheck the connection status and statistics of the FalkorDB knowledge graph.\n\n" +
"Attempts to connect to the configured FalkorDB instance and displays " +
"configuration details, graph statistics, and category breakdown if connected.",
Example: ` # Check FalkorDB connection and graph status
memorizer graph status
# Check with custom timeout
memorizer graph status --timeout 30`,
PreRunE: validateStatus,
RunE: runStatus,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.