Redis Disabled for WP-Admin, but it still interferes




Wordpress LScache Plugin: Redis Disabled for WP-Admin, but it still interferes

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hi I had object caching enabled with Redis, Persistent Connection ON, Cache WP-Admin OFF and Store Transients ON. When using the plugin from https://omniwp.com/apps/woocommerce-shopify-importer/ in the admin area it seems to keep forgetting its connection to Shopify. Everything is working if object caching is disabled. The URL to access it is https://example.com/wp-admin/admin.php?page=class.s2w-admin.php&tab=start Shouldnt that be not using object caching since it is disabled in WP-Admin with the above settings? Thanks Hi, it means something that plugin sets wasnt classified as wp-admin group you may need to find the group name it sets and then exclude it Best regards, Hi Id like to do that, but have no clue what something that plugin sets wasnt classified as wp-admin group you may need to find the group name it sets means or how to find it out. I do know some PHP, so if you could please explain a bit further or point me to some relevant documentation, I might be able to find out whats going on. Thanks Hi, basically , you will need to look through the importer plugins code you will need to looking for lines like wp_cache_set( $name, $value, $group ) or wp_cache_add( $name, $value, $group ) where the 3rd argument is the group name you need to extract Best regards,



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference