1panel通过应用商店安装WP再安装Redis Object Cache连接不上redis

找到/opt/1panel/apps/wordpress/wordpress/data/wp-config.php
增加redis的设置,密码不能留空

define('WP_REDIS_HOST', '容器地址');
define('WP_REDIS_PORT', 6379);
define('WP_REDIS_PASSWORD', '密码');