📄️ CMS.INCRBY
Learn how to use the CMS.INCRBY command to increment the count of one or more items in a Count-Min Sketch.
📄️ CMS.INFO
Learn how to use the CMS.INFO command to retrieve information about a Count-Min Sketch.
📄️ CMS.INITBYDIM
Learn how to use the CMS.INITBYDIM command to initialize a Count-Min Sketch with given width and depth dimensions.
📄️ CMS.INITBYPROB
Learn how to use the CMS.INITBYPROB command to initialize a Count-Min Sketch with a given error rate and probability.
📄️ CMS.MERGE
Learn how to use the CMS.MERGE command to merge multiple Count-Min Sketches into a destination sketch.
📄️ CMS.QUERY
Learn how to use the CMS.QUERY command to retrieve the estimated count of one or more items from a Count-Min Sketch.