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
Adding an interval set
The name of the key
A list of sets to create. At least 1 set is required.
Connecting to the Redis database with the module
Deleting a all interval sets under a key, or a single/list of specific set/s.
The name of the key
Optional. A list of set names to delete. If not passed all interval sets under key will be removed.
Disconnecting from the Redis database with the module
Retrieving all of key interval sets/a single set.
The name of the key
Optional. The name of specific set. If not passed all interval sets under key will be retrieved.
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
Retrieving all sets under a key that don't have a specific score in their range.
The name of the key
The score of the set
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
Retrieving all sets under a key that have a specific score in their range.
The name of the key
The score of the set
Running a Redis command
The command data of a command to send. Consists of command and args.
Generated using TypeDoc
Initializing the module object