赞
踩
参考网站:
https://www.cnblogs.com/springlight/p/6288902.html
登录
- 无密码
- redis-cli.exe -h 127.0.0.1 -p 6379
-
- 有密码
- redis-cli.exe -h 127.0.0.1 -p 6379 -a 123456
-
- 登录进去再验证密码
- auth 123456
-
查看密码
config get requirepass //获取当前密码
修改密码 windows下
进入 redis.windows.conf
- # requirepass foobared
-
- requirepass yourpassword //此处注意,行前不能有空格
然后创建快捷方式
redis-server.exe
在快捷方式 目标加入启动的文件名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。