[ad_1]
Try to do this with this option:
define( ‘WP_REDIS_IGNORED_GROUPS’, xxx );
But how do I add the necessary plugin or process here? We are working with WooCommerce in backend on WooCommerce overview page with marking the necessary orders. Starting some generating-processes like invoice or shipment labels will generate the files, but because of Redis Cache the overview page will not be updated, until open every single order itself an closing it.
How can I exlude the necessary processes or plugins from getting cached?
