This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在 node.js 中构建一个 API 服务器。我正在从与我的 api 服务器位于不同服务器上的 webapp(使用 guzzle)发出请求。它工作正常。但有时我会从 api 服务器获得缓存结果。此外,有时来自 api 服务器的 500 错误响应。这些结果被缓存。我应该如何在我的 api 服务器中避免这种情况?