NOAUTH error when running wp-cli
-
The Redis Object Cache plugin has been installed and working for months.
When I try to run a command using
wp
such aswp redis diagnostics
it fails with
`Error: Error establishing a Redis connection.NOAUTH Authentication required.
In the wp-config.php file the define statement looks like
define('WP_REDIS_PASSWORD', [ 'user' => 'UUUUUUUU', 'password' => 'PPPPPPPPPP' ] );
All other documentation I find does not show a user in WP_REDIS_PASSWORD
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘NOAUTH error when running wp-cli’ is closed to new replies.