我配置redis的时候,开启requirepass test 后面进行主从配置
之后我想取消auth验证,把requirepass test注释掉了,但是每当我cli登陆还是要auth才能进行操作,就好像是开启了auth就没法取消了
ringa_lee2017-04-27 09:04:45
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.