英文:
Varnish http cache tags storage
问题
Varnish已设置为Http缓存的反向代理,同时也使用了xkey模块。
当我使用Xkey Varnish模块时,是否仍然需要Redis来处理缓存标签?
换句话说,
storefront - 反向代理 - redis_url
是否仍然需要在storefront.yaml中配置?
谢谢
英文:
I have set up Varnish as reverse proxy for Http cache, xkey module is used as well.
Is Redis still needed for the cache tags when I use Xkey Varnish module?
In other words, is
storefront - reverse_proxy - redis_url
still needed in storefront.yaml?
Thank you
答案1
得分: 1
不需要了。还请查看文档:不使用Redis的Varnish XKey模块
英文:
No, it's no longer needed then. Also see the docs: Using Varnish XKey module without Redis
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论