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
Runs a search query on an index, and performs aggregate transformations on the results, extracting statistics etc from them
The index
The query
The additional optional parameters
Array Response. Each row is an array and represents a single aggregate result
Adding alias fron an index
The alias name
The alias index
'OK' or error
Deleting alias fron an index
The alias name
'OK' or error
Updating alias index
The alias name
The alias index
'OK' or error
Adding a new field to the index
The index
The field name
The field type
The additional optional parameters
'OK' or error
Retrieves, describes and sets runtime configuration options
The command type
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
Creating an index with a given spec
The index of the schema
The index type of the schema
The filter set after the 'SCHEMA' argument
The additional parameters of the spec
'OK' or error
Adding terms to a dictionary
The dictionary
A list of terms
The number of new terms that were added
Deleting terms from a dictionary
The dictionary
A list of terms
The number of terms that were deleted
Dumps all terms in the given dictionary
The dictionary
An array, where each element is term
Disconnecting from the Redis database with the module
Deleting the index
The index
If set, the drop operation will delete the actual document hashes.
'OK' or error
Retrieving the execution plan for a complex query
The index
The query
Returns the execution plan for a complex query
Retrieving the execution plan for a complex query but formatted for easier reading without using redis-cli --raw
The index
The query
A string representing the execution plan.
Handling a error
The message of the error
Simpilizing the response of the Module command
The array response from the module
Retrieving infromation and statistics on the index
The index
A nested array of keys and values.
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
Reducing an array by one level. i.e. from two dimensional to 1 dimensional.
The potentional two dimensional array
Searching the index with a textual query
The index
The query
The additional optional parameter
Array reply, where the first element is the total number of results, and then pairs of document id, and a nested array of field/value.
Running a Redis command
The command data of a command to send. Consists of command and args.
Performs spelling correction on a query
The index
The query
The additional optional parameters
An array, in which each element represents a misspelled term from the query
Adds a suggestion string to an auto-complete suggestion dictionary
The key
The suggestion
The score
The additional optional parameters
The current size of the suggestion dictionary
Deleting a string from a suggestion index
The key
The suggestion
Retrieving completion suggestions for a prefix
The key
The prefix of the suggestion
The additional optional parameter
A list of the top suggestions matching the prefix, optionally with score after each entry
Retrieving the size of an auto-complete suggestion dictionary
The key
Dumps the contents of a synonym group
The index
A list of synonym terms and their synonym group ids.
Updating a synonym group
The index
The group id
A list of terms
If set, we do not scan and index.
'OK'
Retrieving the distinct tags indexed in a Tag field
The index
The field name
The distinct tags indexed in a Tag field
Generated using TypeDoc
Initializing the module object