CMS.QUERY
CMS.QUERY key item [item ...]
Returns the count for one or more items in a sketch.
Count of one or more items
Array reply of Integer reply with a min-count of each of the items in the sketch.
redis> CMS.QUERY test foo bar 1) (integer) 10 2) (integer) 42
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/cms.query/