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 item to the data structure.
Name of sketch where item is added.
Item/s to be added.
Connecting to the Redis database with the module
Returning count for an item.
Name of sketch where item is counted.
Item/s to be counted.
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
Name of sketch.
Check if array is fully two dimensional. Only items in the array are arrays.
The potential two dimensional array
Returning full list of items in Top K list.
Name of sketch where item is counted.
Formatting given param value to string
The given param value
A param value converted to string
Checking whether an item is one of Top-K items.
Name of sketch where item is queried.
Item/s to be queried.
Reducing an array by one level. i.e. from two dimensional to 1 dimensional.
The potentional two dimensional array
Initializing a TopK with specified parameters
The key under which the sketch is to be found.
The number of top occurring items to keep.
The number of counters kept in each array.
The number of arrays.
The probability of reducing a counter in an occupied bucket. It is raised to power of it's counter (decay ^ bucket[i].counter). Therefore, as the counter gets higher, the chance of a reduction is being reduced.
Running a Redis command
The command data of a command to send. Consists of command and args.
Generated using TypeDoc
Initializing the module object