
NOAUTH HELLO must be called with the client already authenticated,otherwise the HELLO AUTH <user> 。。
我在springboot2.7.x升级到3.3.5时遇到这个问题,字面意思就是在调用 HELLO 命令时,客户端尚未进行身份验证,也就是服务并没有访问到redis服务。这个错误其实也很简单,springboot不知道在哪个版本引入redis时修改了引入规则,而在springboot3.3.5中是这样的。在springboot2.7.X中,是这样的。



