Memcached 在测试环境中禁用?

发布于 2024-10-19 08:27:22 字数 104 浏览 1 评论 0原文

例如,我在专用服务器上有一个实时站点,在子文件夹中有一个测试站点?

有没有办法在测试站点上禁用 memcached,因为我不希望我在测试站点上所做的事情影响实时站点上的内存缓存。

For example I have on a dedicated server a live site and in a sub folder a test site?

Is there a way to disable memcached on test site because I don't want that thing I make on test site to affect memory cache on live site.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深如许 2024-10-26 08:27:22

在您的环境/test.rb 中,
添加此行 config.cache_store = :null_store 以禁用缓存。

In your environments/test.rb,
add this line config.cache_store = :null_store in order to disable the caching.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文