• Resolved mrsmurf

    (@mrsmurf)


    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)
  • Thread Starter mrsmurf

    (@mrsmurf)

    Seems not be a redis cache issue after all, when doing some more tests I can get the same result with the default cache and product feed pro.

    Thread Starter mrsmurf

    (@mrsmurf)

    Marking as resolved for now.

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.