# File lib/moneta/couch.rb, line 28
    def [](key)
      @db.get(key)["data"]
    rescue RestClient::ResourceNotFound
      nil
    end