# File lib/moneta/couch.rb, line 48
    def update_key(key, options = {})
      val = self[key]
      self.store(key, val, options)
    rescue RestClient::ResourceNotFound
      nil
    end