• The default language of any content posted is English.
Object Cache Pro

Object Cache Pro 1.20.2 NULLED

solved!
try this
comment out token
/** Sets up object chace */
define('WP_REDIS_CONFIG', [
// 'token' => '',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
// 'prefetch' => true,
// 'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
 
Top