The nodes of the cluster
The additional module options
The options of the clusters
Initializing the module object
The options of the redis database
The additional module options
Retrieves, describes and sets runtime configuration options
The option
In case of 'SET' command, a valid value to set
If 'SET' command, returns 'OK' for valid runtime-settable option names and values. If 'GET' command, returns a string with the current option's value.
Connecting to the Redis database with the module
Completely removing the graph and all of its entities
The name of the graph
String indicating if operation succeeded or failed.
Disconnecting from the Redis database with the module
Constructing a query execution plan but does not run it. Inspect this execution plan to better understand how your query will get executed
The name of the graph
The query to execute
String representation of a query execution plan
Handling a error
The message of the error
Simpilizing the response of the Module command
The array response from the module
Check if array is fully two dimensional. Only items in the array are arrays.
The potential two dimensional array
Formatting given param value to string
The given param value
A param value converted to string
Executing a query and produces an execution plan augmented with metrics for each operation's execution
The name of the graph
The query to execute
String representation of a query execution plan, with details on results produced by and time spent in each operation.
Executing the given query against a specific graph
The name of the graph
The query to execute
The params of the query
Result set
Executing the given readonly query against a specific graph
The name of the graph
The query to execute
The params of the query
Result set
Reducing an array by one level. i.e. from two dimensional to 1 dimensional.
The potentional two dimensional array
Running a Redis command
The command data of a command to send. Consists of command and args.
Retrieving a list containing up to 10 of the slowest queries
The id of the graph
A list containing up to 10 of the slowest queries issued against the given graph ID.
Generated using TypeDoc
Initializing the module object