命令行方式(不推荐,Redis关闭后此密码失效)

  1. 运行redis:
redis-server.exe redis.windows.conf
  1. 双击打开redis-cli.exe
  2. 设置密码:
config set requirepass password
  1. 测试:(提示OK即设置成功)
auth password

配置文件方式(推荐,Redis关闭后此密码不会失效)

  1. 编辑redis.windows.conf配置文件:
requirepass password

  1. 启动Redis:
redis-server.exe redis.windows.conf
  1. 双击打开redis-cli.exe
  2. 测试:(提示OK即设置成功)
auth password
最后修改:2023 年 08 月 26 日
如果觉得我的文章对你有用,请随意赞赏