CMS.INCRBY
CMS.INCRBY key item increment [item increment ...]
Increases the count of item by increment. Multiple items can be increased with one call.
Array reply of Integer reply with an updated min-count of each of the items in the sketch.
Count of each item after increment.
redis> CMS.INCRBY test foo 10 bar 42 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.incrby/