解决办法

我有遇到windows环境下启动redis闪退的问题,所以在这里记录一下。:

  1. 进入命令行界面,win+R;
  2. redis-cli.exe
  3. shutdown
  4. 如果在上一步报错**(error) NOAUTH Authentication required.**接着输入**auth 123(123是你的redis密码)**
  5. exit;
  6. redis-server.exe redis.windows.conf;
  7. 出现如下界面说明启动成功。;
    在windows环境下,启动redis-server.exe双击闪退问题!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-06-30
  • 2021-08-04
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-12
  • 2021-07-30
  • 2023-01-04
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案