<?php
define('WP_REDIS_CONFIG', [
'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFCi',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 13, // change for each site
'maxttl' => 3600 * 24 * 7, // 7 days
'timeout' => 1.0,
'read_timeout' => 0.5,
'async_flush' => true,
'split_alloptions' => true,
'prefetch' => true,
'debug' => false,
'save_commands' => false,
]);
define('WP_REDIS_DISABLED', false);
define('WP_CACHE_KEY_SALT', 'domain.com');
?>
I will try this oneerror fix:
PHP:<?php define('WP_REDIS_CONFIG', [ 'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFCi', 'host' => '127.0.0.1', 'port' => 6379, 'database' => 13, // change for each site 'maxttl' => 3600 * 24 * 7, // 7 days 'timeout' => 1.0, 'read_timeout' => 0.5, 'async_flush' => true, 'split_alloptions' => true, 'prefetch' => true, 'debug' => false, 'save_commands' => false, ]); define('WP_REDIS_DISABLED', false); define('WP_CACHE_KEY_SALT', 'domain.com'); ?>
It couldn't work in your case, because your problems are not in WordPress or with the plug-in itself, but in your system setup. You will need a experienced person who knows how to configure a redis server and the PHP setup and extensions.I will try this one
plugin needs PHP extension : redis and pecl_redis
You need to install or activate PhpRedis Ext. on the hosting server, ask your hosting provider they can do it.
Yes, thank you very much. Already done that.. waiting for their response.You need to install or activate PhpRedis Ext. on the hosting server, ask your hosting provider they can do it.
Hi,Tomz updated Redis Object Cache Pro with a new update entry:
Redis Object Cache Pro v1.16.1 Nulled
Read the rest of this update entry...
Should we remove this plugin from our websites?Memcached and redis are temporarily disabled due to global intrusion announcements by these cache modules. LiteSpeed cache is already active on the server so they won't be missed.
In my case the server gave me this information
Of course. And also your website. Do not wait another minute more. Delete it all right now.Should we remove this plugin from our websites?