delete_option does not clear the object in cache
-
I am currently having issues with another plugin (Product Feed PRO), but the issue seems to be with the object cache.
They make a call to delete_option( ‘batch_project_xyz’ ) but after that call the option is not removed in the object cache, only in the database.
I can not clear the option even if I call wp_cache_delete(‘batch_project_xyz’,’options’).
I am using WP Redis 1.4.3 and Redis version 6.2.13 (Docker image redis/redis-stack-server)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘delete_option does not clear the object in cache’ is closed to new replies.