Redis: NOAUTH Authentication required but there is no password setting

后端 未结 6 1651
小蘑菇
小蘑菇 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:16

    I Have the same problem, I found it's caused by someone started redis by another redis.cnf configure file, So I stoped redis-server and then started redis-server specify a configure file.

    redis-server /etc/redis.cnf
    

    Then every thing works fine.

提交回复
热议问题