• Resolved strarsis

    (@strarsis)


    This appears to be a newly introduced warning with recent Redis servers.
    When I use redis without password (development container setup with localhost redis),
    I get the following warnings – which also disrupt HTTP headers:

    `
    Warning: WP Redis: ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct? 
    

    `

    1. Use a non-empty password, even in development.
    2. Disable the warning on (this) plugin level.
    3. Disable the warning on redis level.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Thanks for the report, @strarsis.

    This appears to be a newly introduced warning with recent Redis servers.

    Meaning, some newer version of Redis?

    In any case, I appreciate the heads up. We’ll keep an eye on it.

    Thread Starter strarsis

    (@strarsis)

    Yes, it seems to be caused by a newer Redis server version.

    I decided to resolve the warning by always using a password.

    • This reply was modified 3 years, 5 months ago by strarsis.
    • This reply was modified 3 years, 5 months ago by strarsis.
    • This reply was modified 3 years, 5 months ago by strarsis.
    Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Warning: WP Redis: ERR AUTH called without any password[…]’ is closed to new replies.