I installed it and there’s absolutely no settings or instructions at least to let me know if it is installed or if it is working at all. No, zero options, zero info. Horrible user experience. For critical plugins like this I should be able to just install and see it working, I ashould not have to learn to use it or to launch special diagnosis. Improve user experience, this is completely useless and frustrating.
]]>Can’t log into the admin with Redis activated. Tried FLUSHALL but it did nothing. Is there a way to exclude the admin, or users from object cache?
Thank you.
]]>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
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)
Is it optimized for WooCommerce?
]]>I put the text u say at wp-congig.php and it didint work.When I deleted the site went down.
]]>Since version 1.4.2 (at least that I am aware of), the method build_client_parameters
included in the object-cache.php
has been modified to escape the server configuration variables using the function wp_strip_all_tags
.
If this plugin is used in conjunction with the WordPress full-page cache functionality it throws a fatal error. The reason is that in order to activate that functionality WordPress includes the file advanced-cache.php
before the file wp-includes/formatting.php
is included (which is in charge of defining wp_strip_all_tags
). If advanced-cache.php
uses object caching it must include object-cache.php
but when executing the mentioned method a fatal error is raised. And if formatting.php
is included or the missing function is defined somehow before it is called, a fatal error will be raised later because of a duplicate definition.
I would like to know if this is something you plan to fix in an upcoming version because, if you do not, I would need to replace the plugin. I think that probably what you want to achieve with that change can be easily achieved with a built-in PHP function, as strip_tags
maybe.
Hi support
I am having multiple errors in my log saying that connection to redis timeout
I am using bitnami WP image hosted on a k8s cluster on Azure , I am using Redis cache service from Azure
I opened a ticket with them regarding this error , and they said it is caused by Large response size detected
how can I set this up fro the plugin?
what is the recommended settings for this
waiting for your feedback.
sample error log (scrambled the personal data) :
2023/06/18 08:39:17 [error] 246#246: *854148 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught RedisException: read error on connection to server-name.redis.cache.windows.net:6379 in /opt/bitnami/wordpress/wp-content/object-cache.php:1275
10.244.2.17 - - [18/Jun/2023:08:39:17 +0000] "GET /wp-json/name/v1/jsonld/meta/wl_schema_url?meta_value=https%3A%2F%2Fwww.example.org%2Fsample-product HTTP/1.1" 500 2738 "-" "ReactorNetty/1.0.25" "172.70.110.9"
#0 /opt/bitnami/wordpress/wp-content/object-cache.php(1275): Redis->get()
#1 /opt/bitnami/wordpress/wp-content/object-cache.php(655): WP_Object_Cache->_call_redis()
#2 /opt/bitnami/wordpress/wp-content/object-cache.php(137): WP_Object_Cache->get()
#3 /opt/bitnami/wordpress/wp-includes/option.php(1489): wp_cache_get()
#4 /opt/bitnami/wordpress/wp-includes/option.php(1351): get_network_option()
#5 /opt/bitnami/wordpress/wp-includes/ms-load.php(38): get_site_option()
#6 /opt/bitnami/wordpress/wp-settings.php(394): wp_get_active_network_plugins()
#8 /opt/bitnami/wordpress/wp-load.php(50): require_once('...')
#9 /opt/bitnami/wordpress/wp-blog-header.php(13): require_once('...')
#10 /opt/bitnami/wordpress/index.php(17): require('...')
#11" while reading response header from upstream, client: 10.244.2.17, server: _, request: "GET /wp-json/name/v1/jsonld/meta/wl_schema_url?meta_value=https%3A%2F%2Fwww.example.org%2Fsample-product HTTP/1.1", upstream: "fastcgi://unix:/opt/bitnami/php/var/run/www.sock:"
Azure Answer :
Large response size detected
Responses from this cache exceeded recommended size limits between 2023-06-17 10:55:12Z and 2023-06-18 10:55:12Z. The maximum response size detected 20124128 is greater than 204800. Redis server is designed as a highly performant store for lightweight pieces of data, generally smaller than 200KB. Requests that produce larger responses often cause problems because the Redis server and client libraries are optimized for rapidly processing and transmitting many small requests. Attempting to move large payloads through this system can severely impact Redis server load and performance, leading to command timeouts and failures in the client application.
What can cause large response sizes?
Recommendations
Since 1.3.3 came out I can’t upgrade. I get the warning I’m pasting below. I’ve tried up to 1.3.5 and this warning won’t go away. I’m pretty sure Lando doesn’t use a password.
Is there a way to silence this without actually disabling warnings? Any suggestions? I don’t want to actually configure Lando to use a password. I’m running the latest Lando and this is php 8.
Warning: WP Redis: ERR AUTH?called without any password configured for the default user. Are you sure your configuration is correct? in /app/wp-content/plugins/wp-redis/object-cache.php on line 1428?
]]>What is the best way to create custom code for wp_cache_add and wp_cache_set method to prevent to be deleted after update?
]]>Hi
I created a brand new wordpress via aws bitnami.
and installed the plugin and enabled object-cache.php succssfully.
I am facing an issue (too many redirect) when i am trying to update the staus of gamipress payout and i turned off all other plugins to isolate the issue.
Please take a look at this demo video.
i am running out of idea. one thing I can confirm is redis function from w3 total cache plugin seems working fine for some reasons. but i dont use that plugin.
can you please advise me on this?
I can share the credentials of this stagin site for further troubleshooting if you need. Just let me know.
Thank you
]]>Hi there,
I use redis for both nextcloud and roundcube installations, therefore I hardened redis as recommended by documentation by change the default names of redis commands.
My question for you is…. is your plugin complatible with Redis hardening or will that cause your to “break”?
Thanks
]]>
Hi,
The plugin is still activated in our site. But ‘Redis’ option not showing under settings menu.
https://prnt.sc/-CEY39zYSuJu
i tried deactivating plugins and activate one by one. But its not working. Because of this i faced cache issue in our site.
How to fix?
Hello,
I use the plugin in a multisite installation. When the plugin is network activated and the object-cache.php file is in place I get the value as bool(true)
from get_option()
in a subsite instead of string(1) "1"
as explained here: https://developer.www.ads-software.com/reference/functions/get_option/#description
This create us issues with popular plugins such as Gravity Forms that make the following comparison of the returned value:
$returned_value === "1"
Hi Team,
I am getting following error in php error log
Uncaught RedisException: read error on connection in /wp-content/plugins/wp-redis/object-cache.php:1279 Stack trace: #0 /wp-content/plugins/wp-redis/object-cache.php(1279): Redis->get(‘2:post_meta:252…’)
WP_Object_Cache->_call_redis(‘get’, ‘2:post_meta:252…’)
and some more lines with some function names
Could you please help on this
on my /wp-content/object-cache.php added below code:
# This is a Windows-friendly symlink
require_once WP_CONTENT_DIR . ‘/plugins/wp-redis/object-cache.php’;
From experience using the wp cache flush
commands seems to be enough to flush the caches, including this Redis object cache, right? Or is something else needed?
Thanks!
]]>We use the WP-CLI during deployments and it seems as though with PHP 8 the plugin now causes problems with the WP-CLI when no password is used. We are getting exit failures when using the WP-CLI during our deployments that are causing them to fail.
wp stdout: Warning: WP Redis: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? in /public/wp-content/plugins/wp-redis/object-cache.php on line 1402
]]>
Good morning,
I have a couple of sites on Pantheon and I have your Redis plugin installed. I am on wordpress 6.0 and just saw that I am getting php errors linked to Redis so I wanted to let you know. Here is the error that I just received:
Uncaught RedisException: read error on connection to 10.128.1.6:22397 in /code/wp-content/plugins/wp-redis/object-cache.php:1279 Stack trace: #0 /code/wp-content/plugins/wp-redis/object-cache.php(1279): Redis->get('transient:et_bu...') #1 /code/wp-content/plugins/wp-redis/object-cache.php(655): WP_Object_Cache->_call_redis('get', 'transient:et_bu...') #2 /code/wp-content/plugins/wp-redis/object-cache.php(137): WP_Object_Cache->get('et_builder_ajax...', 'transient', false, NULL) #3 /code/wp-includes/option.php(853): wp_cache_get('et_builder_ajax...', 'transient') #4 /code/wp-content/themes/Divi/includes/builder/feature/AjaxCache.php(120): get_transient('et_builder_ajax...') #5 /code/wp-content/themes/Divi/includes/builder/feature/AjaxCache.php(137): ET_Builder_Ajax_Cache->load() #6 /code/wp-includes/class-wp-hook.php(307): ET_Builder_Ajax_Cache->save('') #7 /code/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #8 /code/wp-includes/plugin.php(476): WP_Hook->do_act
Hello, how do you specify a database using the number 2 database? I added define(‘WP_REDIS_DATABASE’, ‘0’); in the configuration file. But this doesn’t seem to work
]]>In the installation it says set auth, but where do you get that value? I have the port, database, and host. Also, is there a way to verify that it’s working? And if you are only using on one WP site you don’t need to set WP_CACHE_KEY_SALT?
]]>Hi,
The plugins object-cache.php (symlink) is throwing a fatal PHP error:
PHP Fatal error: Cannot redeclare wp_cache_add() (previously declared in /public/wp-content/plugins/wp-redis/object-cache.php:40) in /public/wp-includes/cache.php on line 30" while reading response header from upstream, client: x.x.x.x, server: hostname, request: "GET /path HTTP/1.1"
Using WordPress 5.8.3
Disabling all the plugins did not matter as the conflict comes from WP core.
Thanks,
Sjouke
A web server has multiple sites hosted that share a local redis server.
Each site uses a different redis database index and a salt.
Today I added a new site that also uses the local redis server,
the redis database index it uses was incremented to an unused one and an unique salt was set.
However, the site behaved erratically, some pages didn’t load (blank page) – the credentials hadn’t been accepted either – which is strange, as the username and password were precisely set and are known.
Then another site was opened – and it was quite scary to see the title of the newly added site appear – and some error page that the page wasn’t found.
The redis plugin had to be disabled and the caches flushed on both sites to make them function normally again.
How can I find out why there had been still a cache collision?
]]>Hi,
I currently use https://www.ads-software.com/plugins/redis-cache/ and would like to compare performance with this plugin; however, I cannot figure out how to get it to work with DigitalOcean’s Managed Redis 6, which requires a TLS connection and a username and password.
Here is an example config that I’m using with that plugin:
define('WP_REDIS_HOST', 'myhostedredis.db.ondigitalocean.com');
define('WP_REDIS_PORT', 123456);
define('WP_REDIS_PASSWORD', ['username', 'password']);
define('WP_REDIS_SCHEME', 'tls');
define('WP_REDIS_DATABASE', 0);
I tried:
$redis_server = array(
'host' => 'tls://myhostedredis.db.ondigitalocean.com',
'port' => 123456,
'auth' => ['username', 'password'],
'database' => 0
);
But that didn’t work.. any suggestions would be appreciated!
Thanks,
AJ
Does this plugin work with WooCommerce
]]>Does this plugin work in Multisite?
I was using Litespeed object cache but it is conflicting with another plugin when enabled in network mode.
I have a running site so checking if this has any known issues in multisite? A search in the forun (excluding race condition) did not lead to much ansers…
Please help.
]]>Hi There,
I would just like to determine if this plugin will help increase the load times on my wordpress dashboard?
Also is it compatible with Woocommerce, an Xneelo Apache server and WP Rocket.
]]>Hello!
After running delete_user() on WordPress, wp-redis is flushing transients for some reason.
How can I prevent that?
]]>This appears to be a newly introduced warning with recent Redis servers.
When I use redis without password (development container setup with localhost redis),
I get the following warnings – which also disrupt HTTP headers:
`
Warning: WP Redis: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?
`
1. Use a non-empty password, even in development.
2. Disable the warning on (this) plugin level.
3. Disable the warning on redis level.
How to set ttl for cache?
Is the cache gets prune automatically or we need to do it manually?
And how to set max memory to use for redis?
]]>We have enabled Redis on our site so that we can take advantage of the speed increases. Unfortunately, this has caused some problems.
We are using a plugin that takes advantage of the “wc_get_template_part” filter to output its content at the appropriate location on the product archive page. For some reason when Redis is enabled, this filter returns a null value to the plugin causing the area to be blank. This has some pretty bad problems such as the sort by box and pagination buttons disappearing completely. I’m able to fix this if I disable the plugin’s AJAX functions and revert to the default sortby/pagination.
I have dove into the code trying to figure out why this happened and traced it to Redis. I’m unable to see where this null value is coming from, but it only occurs when it is enabled. I’ve spoken to Kinsta, our host that installed the Redis server (version 6.0.6) and they are unable to provide any support.
Is there a way to disable caching of this filter? Is that even something that’s supposed to be happening? I can try and troubleshoot this issue but I don’t even know where to start. I’ve ruled out all other possibilities at this point.
]]>