Name/key of the filter
Options
Add an item to the sketch
Item
Increment
The number of occurrences of item
Connect to Redis server
Count the number of occurrences an item may be in the sketch. Because this is a probabilistic data structure, this may not necessarily be accurate.
Item
The number of occurrences of item
Disconnect from Redis server
Initialize the sketch from specified dimensions
The number of counter in each array
The number of counter-arrays
OK on success, error otherwise
Initialize the sketch from specified probability
Error rate
The desired probability for inflated count
OK on success, error otherwise
Reset the filter
1 on success, 0 otherwise
Count-min sketch