• Resolved fynnfinn

    (@fynnfinn)


    Hi all,Today I installed Redis on our Plesk server in the Docker container. Before a server change, we had already used Redis and this plugin once.
    Redis is set up correctly, a password is set. Via redis-cli I can log in with AUTH and password. The ping-pong test works.
    I also updated the password in WP-Config.PHP.

    define(‘WP_REDIS_PASSWORD’, ‘RedisServerPassword’);

    But in wordpress I still get the error:
    “NOAUTH Authentication required.”
    The strange thing is that if I remove the password from the Redis server, it works. So it’s not a problem in communication or setup. It’s just that the password is ignored.

    Does anyone have any idea about this?

    Thank you and best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Move the constant higher in your wp-config.php file?

    noeyx

    (@noeyx)

    > Move the constant (define(‘WP_REDIS_PASSWORD’, ‘RedisServerPassword’);) higher in your wp-config.php file?

    This works! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redis works only without a Passwort’ is closed to new replies.