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
Restrieving configuration
Specifies the default base backends path to path . The backends path is used when dynamically loading a backend (default: '{module_path}/backends', where module_path is the module's path).
Loads the DL/ML backend specified by the backend identifier from path . If path is relative, it is resolved by prefixing the BACKENDSPATH to it. If path is absolute then it is used as is.
Connecting to the Redis database with the module
Running a DAG
Additional parameters required for the 'AI.DAGEXECUTE' command
The commands sent to the 'AI.DAGEXECUTE' command
Running a readonly DAG
Additional parameters required for the 'AI.DAGEXECUTE_RO' command
The commands sent to the 'AI.DAGEXECUTE_RO' command
Disconnecting from the Redis database with the module
Handling a error
The message of the error
Simpilizing the response of the Module command
The array response from the module
Retrieving script/model info
The key name of a model or script
Resets all statistics associated with the key
Check if array is fully two dimensional. Only items in the array are arrays.
The potential two dimensional array
Deleting a model
The model's key name
Running a model
The model's key name
The parameters of 'AI.MODELEXECUTE'
Retrieving a model
The model's key name
Will return the model's meta information on backend, device and tag
Will return the model's blob containing the serialized model
Scanning a model
Setting a model
The model's key name
The backend of the model
The devide of the model
The Protobuf-serialized model. Since Redis supports strings up to 512MB, blobs for very large
Additional optional parameters
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
Deleting a script
The script's key name
Running a script
The script's key nameb
The name of the function to run
The parameters of the 'AI.SCRIPTEXECUTE' command
Retrieving a script
The script's key name
The script's device as a String
The script's source code as a String
Scanning a script
Setting a script
The script's key name
Additional optional parameters
Running a Redis command
The command data of a command to send. Consists of command and args.
Retrieving a tensor
The tensor's key name
The tensor's reply format can be one of the following (BLOB/VALUES)
Returns the tensor's metadata
Setting a tensor
The tensor's key name
The tensor's data type can be one of: FLOAT , DOUBLE , INT8 , INT16 , INT32 , INT64 , UINT8 or UINT16
The tensor's data (binary/numberic)
Generated using TypeDoc
Initializing the module object