• Resolved developermain91

    (@developermain91)


    Hello. I have a problem, on some page I get data from wp_options and display it. This page also created a form to delete this data, when I submit the form to delete the data from the database, it is deleted, but when I print the data var_dump(get_option(‘stat_data_123’)) data apear, there is no data in the wp_oprions table in phpMyAdmin. How can I fix this without clearing the entire Redis cache

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Can you post your code in a GitHub gist?

    If you use update_option() then the cache will be updated. If you run SQL queries manually it will not.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with caching’ is closed to new replies.