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
Connecting to the Redis database with the module
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
Increases the count of item's by increment.
The name of the sketch.
A list of item and increment set's
Returning information about a key
The key of the 'CMS.INFO' command
Initializes a Count-Min Sketch to dimensions specified by user.
The name of the sketch.
The number of counter in each array. Reduces the error size.
The number of counter-arrays. Reduces the probability for an error of a certain size (percentage of total count).
Initializes a Count-Min Sketch to accommodate requested capacity.
The name of the sketch.
Estimate size of error. The error is a percent of total counted items. This effects the width of the sketch.
The desired probability for inflated count.
Check if array is fully two dimensional. Only items in the array are arrays.
The potential two dimensional array
Merges several sketches into one sketch.
The name of destination sketch.
The number of sketches to be merged.
The names of source sketches to be merged.
A multiple of each sketch. Default =1.
Formatting given param value to string
The given param value
A param value converted to string
Returns count for item's.
The name of the sketch.
A list of items.
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.
Generated using TypeDoc
Initializing the module object