# File lib/moneta/adapters/client.rb, line 45 def increment(key, amount = 1, options = {}) write(:increment, key, amount, options) read end