在 wp-config.php 添加
define('WP_REDIS_CONFIG', [
'token' => '743v3cZScsV18ZFIscCh6DIh8sGPnmi9HGIP0giJHcFKBr6C3dsx1XfbX3RkwhpB',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' =>...