Option stuck in cache if changed from autoload yes to no
-
To reproduce the issue:
print '0. My test option is: '.get_option('my_test_option'); # 0. My test option is: update_option('my_test_option','is_set'); print '1. My test option is: '.get_option('my_test_option'); # 1. My test option is: is_set update_option('my_test_option','is_set_agin','no'); print '2. My test option is: '.get_option('my_test_option'); # 2. My test option is: is_set_agin delete_option('my_test_option'); print '3. My test option is: '.get_option('my_test_option'); # 3. My test option is: is_set_agin
Redis version: 7.2.0
WP Redis version: 1.4.3
PHP Version 8.2.9
WordPress version 6.3
- The topic ‘Option stuck in cache if changed from autoload yes to no’ is closed to new replies.