# File lib/moneta/mixins.rb, line 111
    def increment(key, amount = 1, options = {})
      raise NotImplementedError, 'increment is not supported'
    end