Woocommerce attributes lost when disabling Redis cache
-
I have a problem that causes attributes added while Redis cache is turned on to disappear when Redis is turned off.
How to replicate:
1. Turn on Redis
2. Add an attribute for a product in Woocommerce
3. Turn Redis off
4. Refresh attribute list – your newly added attribute is gone
5. Turn Redis on again and the attribute reappearsTemporary work around:
1. Turn on Redis
2. Add attribute
3. Turn off Redis
4. Don’t refresh attribute page, rather add another attribute. This causes Woocommerce to post all missing attributes to the system
5. Refresh attribute list – your newly added attribute appears still!I asked on the Redis support forum and they said: The plugin only provides a WordPress object cache backend. I recommend you ask the WooCommerce support for assistance with this issue.
- The topic ‘Woocommerce attributes lost when disabling Redis cache’ is closed to new replies.