# File lib/moneta/adapters/sqlite.rb, line 62 def increment(key, amount = 1, options = {}) @backend.transaction(:exclusive) { return super } end