# File lib/ohm.rb, line 1225
    def increment(att, count = 1)
      key[:counters].call("HINCRBY", att, count)
    end