Redis 安装
下载地址
https://github.com/MicrosoftArchive/redis/releases
redis-server --service-install redis.windows-service.conf --loglevel verbose
redis-server --service-start
redis-server --service-stop
启动在安装目录命令
redis-server.exe redis.windows.conf
自启动命令
redis-server --service-install redis.windows.conf
redis 在Linux 下启动 必须在 安装目录下 不能进 src 目录下 在src 外面 redis-server redis.conf
安装服务后启动失败 在当前目录新建一个Logs文件夹
本文来自博客园,作者:迷茫的小白,转载请注明原文链接:https://www.cnblogs.com/cloudHui/p/15882357.html