# File lib/moneta/adapters/daybreak.rb, line 33 def increment(key, amount = 1, options = {}) @backend.lock { super } end