# File lib/memcache/pg_server.rb, line 62
    def decr(key, amount = 1)
      incr(key, -amount)
    end