CMS.INITBYDIM
CMS.INITBYDIM key width depth
Initializes a Count-Min Sketch to dimensions specified by user.
Simple string reply - OK if executed correctly, or Error reply otherwise.
redis> CMS.INITBYDIM test 2000 5 OK
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/cms.initbydim/