AUTH failed: ERR Client sent AUTH but no password is set
-
I get this error:
Predis\Connection\ConnectionException:
AUTH` failed: ERR Client sent AUTH,
but no password is set [tcp://127.0.0.1:6379] in wp-content/plugins/redis-cache/includes/predis/src/Connection/AbstractConnection.php:155`This is with a clean installation of redis.
Just to try to get it work I tried with a
masterauth
password inredis.conf
, but when doingwp redis status
I getPHP Notice: Constant WP_REDIS_PASSWORD already defined in phar:///usr/local /bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1198) : eval()'d code on line 99
As a side note, is there a redis status page inside the WordPress backend? If not, it could be useful. For many weeks, until today, I was actually under the impression I had set up redis correctly and that everything was working.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘AUTH failed: ERR Client sent AUTH but no password is set’ is closed to new replies.