当前位置:主页 > 数据库 > Redis >
时间:2021-01-06 11:23:40 | 栏目:Redis | 点击:次
1. 开启登陆密码校验
在redis-cli命令行工具中执行如下命令:
config set requirepass yourpassword
2. 禁用登陆密码校验
同上,需要在redis-cli中执行如下命令:
config set requirepass ""