Redis: NOAUTH Authentication required but there is no password setting

后端 未结 6 1642
小蘑菇
小蘑菇 2020-12-08 06:57

I got error NOAUTH Authentication required when I connect to Redis server via command: redis-cli and run ping to check if Redis is

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 07:24

    I had the same issue (running on AWS) and discovered our redis port was exposed. You probably had the same. Someone was messing around.

    EDIT: The solution: reset your redis password and then (assuming you have it running as a service) restart the service providing the new password

提交回复
热议问题