satsat
New member
- Messages
- 27
- Reactions
- 4
solved!
try this
comment out token
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);
Reacted by: