Redis windows版安装,启动配置【kaki学习备忘录】
1.下载:
参考站内文章:https://download.csdn.net/blog/column/10939729/115372992
下载地址:https://github.com/microsoftarchive/redis
2.启动:
redis-server.exe redis.windows.conf
参考站内文章:【Redis】Redis启动报错解决 Warning: no config file specified, using the default config. In order to spec-CSDN博客
当上述语句失败后,
在命令行中依次运行 redis-cli.exe 、 shutdown、 exit,如下图
重新运行redis-server.exe redis.windows.conf,执行成功