Update Varnish xkey module
We would like to apply soft purge for our customer hosted on Hypernode, but installed version of the xkey module does not support purging by multiple tags. Newer version supports space separated tags in softpurge() call.
Please upgrade the module.
Original xkey feature request https://hypernode.uservoice.com/forums/242854-hypernode-features/suggestions/41166595-support-varnish-xkey-extension
-
Rick van de Loo commented
Hey Igor,
We backported the soft purging multiple keys functionality into the version of varnish-modules that we run on Hypernode, see https://github.com/ByteInternet/varnish-modules/pull/3. If you need this functionality we can provide you with this modified .so on your Hypernode so that you can use it in your VCL like:
import xkey from "/data/web/varnishmod/libvmod_xkey.so";
-
Igor Wulff commented
Is this still an issue? I really want to start using soft purging for some of our Magento projects.