Skip to main content
Retrieves the current value of a FalkorDB configuration parameter. FalkorDB configuration parameters are detailed here. * can be used to retrieve the value of all FalkorDB configuration parameters.

Frequently Asked Questions

Use the wildcard * as the parameter name: GRAPH.CONFIG GET *. This returns all current FalkorDB configuration parameters and their values.
Common parameters include TIMEOUT (query timeout), CACHE_SIZE (execution plan cache size), THREAD_COUNT (worker threads), RESULTSET_SIZE (max result rows), and more. See the configuration page for the full list.
Yes. The GRAPH.CONFIG GET command typically requires administrative privileges to execute.
The response is a nested array containing the parameter name and its current value. For example: 1) 'TIMEOUT_DEFAULT' 2) (integer) 0.