设置了认证密码,输入密码既可以

密码是字符串形式

[plain]  view plain  copy
  1. 127.0.0.1:6379> auth "yourpassword"  
[plain]  view plain  co
  1. 127.0.0.1:6379> set name "hello"  
  2. (error) NOAUTH Authentication required.  
  3. 127.0.0.1:6379> (error) NOAUTH Authentication required.  
  4. (error) ERR unknown command '(error)'  
  5. 127.0.0.1:6379> auth "root"