• 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 in redis.conf, but when doing wp redis status I get

    PHP 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)
  • Thread Starter g

    (@guaka)

    I found the redis status page at network admin. /wp-admin/network/settings.php?page=redis-cache&diagnostics=1

    With that I was able to fix it.

    Thanks for this plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘AUTH failed: ERR Client sent AUTH but no password is set’ is closed to new replies.