我配置redis的时候,开启requirepass test 后面进行主从配置之后我想取消auth验证,把requirepass test注释掉了,但是每当我cli登陆还是要auth才能进行操作,就好像是开启了auth就没法取消了
人生最曼妙的风景,竟是内心的淡定与从容!
Redis needs to be restarted for the parameters in the configuration file to take effect. At the same time, if the master cancels auth, the slave must also cancel it.
Redis needs to be restarted for the parameters in the configuration file to take effect. At the same time, if the master cancels auth, the slave must also cancel it.