问题 在linux中,通过redis-cli访问时提示(error) NOAUTH Authentication required。 解决方案 进入客户端,设置密码即可。auth "你的密码" 下图所示