The scheduled event, action_scheduler_run_queue, failed to run
Replies: 6 Hi there!Greetings of the day! My woocommerce website is connect with wp-rocket. Whenever I install and activate the redis-cache, the “action_scheduler_run_queue” is stopped running. Due to...
View ArticleDeprecated warnings with Predis on PHP 8.4
Replies: 1 Hi,I’m using the Redis Object Cache plugin with PHP 8.4 (development version), and I’m getting several deprecation warnings related to the Predis library bundled with the plugin.These...
View ArticleRedis Multisite Installation
Replies: 1 Hello,I have a multisite installation. I installed the plugin, added the configurations in wp-config.php, and activated Redis on the server. Everything seems to be working in the network...
View ArticleAdd ID to Script
Replies: 4 Hello, we’ve had a penetration test done on one of our sites and they’ve highlighted the need for a stricter Content Security Policy. Part of that is only allowing specific inline scripts....
View ArticleCall to undefined function wp_rand()
Replies: 2 Great Plugin!Versions:Redis Cache 2.6.0WordPress 6.8.2PHP 8.1.2After a recent update, I am seeing plenty errors about a missing function. I have flushed the cache but no change. As soon as...
View Article2.6.1 broke my site
Replies: 2 After uploading to 2.6.1 my website is not working when redis caching is enabled.
View ArticleFatal syntax error in object-cache.php on PHP 7.2 — Redis Object Cache 2.6.1
Replies: 2 Hi, and thank you for your great plugin! I’m using Redis Object Cache version 2.6.1 on a WordPress installation running PHP 7.2.34.According to the plugin page, PHP 7.2 is still supported....
View ArticleAfter update to 2.6.1, the site is down
Replies: 2 Hi, After update to v2.6.1, all my sites are down, it shows “There has been a critical error on this website.” on the website. I have to delete object-cache.php file to fix it. And today,...
View ArticleIs this normal in 2.6.3?
Replies: 1 This is from a single initiating log instance after restart [Mon Jul 28 14:01:44.261509 2025] [proxy_fcgi:error] [pid 1103:tid 139738916750912] [remote 172.68.35.87:39776] AH01071: Got...
View ArticleDeprecated Dynamic Property WP_Object_Cache::$cache_enabled
Replies: 3 Hello, Issue:PHP Deprecated: Creation of dynamic property WP_Object_Cache::$cache_enabled is deprecated in /var/www/html/wp-activate.php on line 68 Environment:WordPress Version:...
View ArticleHow to Remove HTML Comment Added by Redis Object Cache Plugin?
Replies: 2 Hi, I’m using the Redis Object Cache plugin on my WordPress site and noticed that it adds the following HTML comment to the page output: <!-- Performance optimized by Redis Object Cache....
View ArticleExcluded object in wp-config… non-persistent?
Replies: 3 Hey Til, I added the following block to my wp-config and flused the redis cache: define( ‘WP_REDIS_IGNORED_GROUPS’, [ ‘users’ ] ); I see that this has added ‘users’ to the non-persistent...
View ArticlePersistent warning when OCP is properly disabled
Replies: 3 When “The object cache is disabled using the WP_REDIS_DISABLED constant.” This appears in the dashboard: WarningRedis::connect(): php_network_getaddresses: getaddrinfo for failed: Name or...
View ArticlePHP Error within WooCommerce – fixed after clearing object cache
Replies: 4 Hi everyone, Thanks for the amazing plugin – we’ve been using it with WooCommerce since April, and it really improved our website performance. Today, for the first time, we encountered a...
View ArticleFailed user activations due to invalid/missing user activation tokens
Replies: 3 Hey Till, I just now got to know sporadic issues with failed user activations on a multisite install where user registration fails when trying to activate their account. The thing is, the...
View ArticleWP_REDIS_SERIALIZER deprecated in favor of WP_REDIS_IGBINARY
Replies: 2 I got that warning thorough Query Monitor plugin, then I tried to edit object-cache plugin if ( defined( 'WP_REDIS_SERIALIZER' ) && ! empty( WP_REDIS_SERIALIZER ) ) {...
View ArticleRedis + Litespeed
Replies: 1 Hello, I have been facing a unique issue for the past month or so in one of the setups on digitalocean. I have installed both Redis Object Cache as well as Litespeed Cache. Surprisingly the...
View ArticleHelp a noob out
Replies: 0 I have a website that has lots of traffic and with being a woocomerce site it has lots of info in the database. I was looking for a way to speed up the site when I cam across redis. I...
View Articlecan I use this plugin with WP Rocket
Replies: 0 Can I use your plugin along with WP Rocket. I am not a SEO strategist. Hence, I have no idea if it will break it or not. My Webpage is: W3solved.com
View ArticleACF custom fields taxonomy error
Replies: 1 Hi,I am experiencing issues with Advanced Custom Fields and Redis Object Cache in my WooCommerce site. When Redis object cache is flushed, the product pages that rely on ACF taxonomy fields...
View ArticleSVG flags from language plugin are not loading
Replies: 1 Hello, Following a recent update of Redis Object Cache, we noticed that the SVG files for the flags in our language management plugin are no longer displayed. We are using Polylang Pro...
View ArticleWhat is normal “time”?
Replies: 2 Hi and thanks for the Redis Plugin. I have a small question, my “time” graph is quite steady at 28ms but that seem a bit slow ? What can I do to speed it up? or is that a normal value?I run...
View ArticleForce Enable Object Cache
Replies: 6 Is there any way to force enable the object cache? I have an issue on my website which is, the plugin is enabled and connected to Redis server and it’s working correctly on staging env, but...
View ArticleNGNIX Server and Redis error – is unreachable: failed: NOAUTH Auth
Replies: 3 Hello I am using a fresh wordpress site on NGNIX server – Nginx stores its configuration files in the “/etc/nginx” directory. I have deactivated all plugins on the site and activated Redis...
View ArticleWARNING overcommit_memory + Redis is loading… [45+ min]]
Replies: 4 7602:M 13 Sep 2025 03:46:18.617 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add ‘vm.overcommit_memory = 1’ to...
View ArticleUNINSTALL LEAVES ERROR
Replies: 3 Technical error while displaying reset metrics button: Error when creating Redis cache adapter:Cannot find the “redis” extension nor the “predis/predis” package. After server move AND...
View ArticleIssue with Redis Cache Not Refreshing in Jet/Crocoblock + LearnDash
Replies: 1 We’re running into an issue with Jet/Crocoblock and LearnDash. It seems that the Redis cache is not refreshing, which results in outdated or incorrect results being shown to users. For...
View ArticleError while reading line from the server
Replies: 2 In the past couple of days I am suddenly experiencing tremendous amounts of this error:Predis\Connection\ConnectionException: Error while reading line from the server....
View ArticleConnection Issue with Valkey on AWS
Replies: 0 I cannot connect to an AWS Valkey cache with the plugin. I can connect with the username and password and endpoint with AWS-cli. I can also connect with the php script as attached in...
View Articlehow to ignore wp-transients from obj-cache?
Replies: 1 Hi bro how can I make Redis to ignore all my wordpress transient options from the obj-cache system? I have multiple problems with Creating new transients and Reading some old ones! 🌹
View Article