Rides:
//cmd管理员进入
// 运行 : redis-cli.exe
//报错 :Redis (error) NOAUTH Authentication required.解决方法
// 解决 :127.0.0.1:6379> auth "yourpassword" 输入密码123456
//启动redis
//报错:redis启动出错Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
//按步骤1234 执行
1. redis-cli.exe
2. shutdown
3. exit
4. redis-server.exe redis.windows.conf