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
Appending/creating a new sample to series
The key
The timestamp
The value
The 'TS.ADD' command optional parameters
Altering an existing TS key
Required. The key
Connecting to the Redis database with the module
Creating a new TS key
The key
The 'TS.CREATE' optional parameter
"OK"
Creating a compaction rule
The 'TS.CREATERULE' command optional parameters
Creating a new sample that decrements the latest sample's value
The key
The value
The 'TS.DECRBY' command optional parameters
Delete data points for a given timeseries and interval range in the form of start and end delete timestamps.
Key name for timeseries
Start timestamp for the range deletion.
End timestamp for the range deletion.
The count of samples deleted
Deleting a compaction rule
The source key
The dest key
Disconnecting from the Redis database with the module
Retrieving the last sample of a key
The key
Handling a error
The message of the error
Simpilizing the response of the Module command
The array response from the module
Creating a new sample that increments the latest sample's value
The key
The value
The 'TS.INCRBY' command optional parameters
Retrieving information and statistics on the time-series
The key
Check if array is fully two dimensional. Only items in the array are arrays.
The potential two dimensional array
Appending new samples to a list of series
A list of key sets
Retrieving the last sample of a key by filter
Required. The filter
Optional. If to add the 'WITHLABELS' Optional parameter
Querying a range across multiple time-series by filters in forward directions
The starting timestamp
The ending timestamp
The filter
The 'TS.MRange' command optional parameters
Querying a range across multiple time-series by filters in reverse directions
The starting timestamp
The ending timestamp
The filter
The 'TS.MRange' command optional parameters
Formatting given param value to string
The given param value
A param value converted to string
Retrieving all the keys matching the filter list
The filter
Querying a range in forward directions
The key
The starting timestamp
The ending timestamp
The 'TS.Range' command optional parameters
Reducing an array by one level. i.e. from two dimensional to 1 dimensional.
The potentional two dimensional array
Querying a range in reverse directions
The key
The starting timestamp
The ending timestamp
The 'TS.Range' command optional parameters
Running a Redis command
The command data of a command to send. Consists of command and args.
Generated using TypeDoc
Initializing the module object