Redis-设置密码linux服务器

 操作步骤

  1. 打开Redis的配置文件,通常位于 /etc/redis/redis.conf
  2. 在配置文件中找到 #requirepass 或 requirepass 的行,如果存在的话,取消行首的注释符号 #
  3. 将密码设置为你想要的值,例如 requirepass YourPassword。确保将 YourPassword 替换为你自己设定的密码。
  4. 保存并关闭配置文件。
  5. 重启Redis服务,以使密码配置生效。

宝塔:

Redis-设置密码linux服务器_第1张图片

 

你可能感兴趣的:(redis,服务器,redis,linux)