redis 安装问题集锦和解决
1.点击redis-server.exe 出现闪退的情况
打开cmd ,出现[26480] 14 Aug 11:17:01.168 # Warning: no config file specified, using the default config. In order to specify a config file use D:\redis\redis-server.exe /path/to/redis.conf
[26480] 14 Aug 11:17:01.177 # Creating Server TCP listening socket *:6379: listen: Unknown error
redis 安装问题集锦和解决
修改redis.windows.conf的配置文件,把#去掉
redis 安装问题集锦和解决
检查window10的IP是否注释掉C:\Windows\System32\drivers\etc
redis 安装问题集锦和解决
redis 安装问题集锦和解决
检查完成后
在开cmd,运行成功,如果是第一次,就会出现图标 注意路径
redis 安装问题集锦和解决

2.点击redis-cli.exe出现无法连接的情况
redis 安装问题集锦和解决
Could not connect to Redis at 127.0.0.1:6379: 由于目标计算机积极拒绝,无法连接。
Could not connect to Redis at 127.0.0.1:6379: 由于目标计算机积极拒绝,无法连接。

首先先启动redis-server.exe 不要关闭cmd 关闭就不能连接的

相关文章:

  • 2021-05-22
  • 2021-07-08
  • 2021-12-28
  • 2022-12-23
  • 2021-10-29
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2021-12-13
  • 2021-07-17
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案