RedisClient 连接redis 提示 ERR Client sent AUTH, but no password is set

时间:2023-03-10 01:49:10
RedisClient 连接redis 提示 ERR Client sent AUTH, but no password is set

RedisClient 连接redis 提示 ERR Client sent AUTH, but no password is set

使用redisclient连接redis出现上图的错误

在配置中已经找到requirepass修改了密码,但是还是出现上图错误。在网上找了资料在dos设置

RedisClient 连接redis 提示 ERR Client sent AUTH, but no password is set

出现上图红框中的错误,研究了半天也没有解决。后来将配置中的requirepass重新注释掉,在重新配置就可以了。

RedisClient 连接redis 提示 ERR Client sent AUTH, but no password is set

参考文章 http://www.cnblogs.com/robinli/p/9265186.html