项目启动报错:ERR Client sent AUTH, but no password is set
原因分析:客户端设置了auth认证,但没设置密码
解决方案:在redis的配置文件 redis.windows.conf 中找到 requirePass ,设置密码redis。
还有一种问题:明明在redis.windows.conf中设置了密码,而且redis还启动了,为什么说没有密码呢:
因为window下启动redis有多种方法,比如:
.\redis-server.exe
这种方法启动不会带上你的 redis.windows.conf配置文件启动,因此报错没有密码。
还有一种启动方式:
.\redis-server.exe .\redis.windows.conf
使用这种方式启动时,会带上配置文件redis.windows.conf ,就不会报没有密码的错误了。
清理redis缓存:
redis-cli -p 6379 -a redis
keys
key *id*
del