Redis中 ERR Client sent AUTH, but no password is set异常

183 阅读1分钟
异常含义:客户端设置了密码要求认证,但是redis server的配置中并没有设置密码。

redis.windows.conf下的

requirepass foobared

放开注释

指定配置文件方式启动:

redis-server.exe redis.windows.conf