RedisBloom cms
commands (6/6 implemented)¶
CMS.INCRBY¶
Increases the count of one or more items by increment
CMS.INFO¶
Returns information about a sketch
CMS.INITBYDIM¶
Initializes a Count-Min Sketch to dimensions specified by user
CMS.INITBYPROB¶
Initializes a Count-Min Sketch to accommodate requested tolerances.
CMS.MERGE¶
Merges several sketches into one sketch
CMS.QUERY¶
Returns the count for one or more items in a sketch