摘要: 1、使用 redis cli 直接连上6379的redis端口后,查询什么都返回 (error) NOAUTH Authentication required,这是因为我们没使用密码登录导致的。 找到 redis.conf 里面去查询 requirepass 这个字段后面的密码 redis cli 阅读全文
posted @ 2017-11-21 14:32 shark_cf 阅读(215) 评论(0) 推荐(0) 编辑