Windows注册、启动、关闭、卸载redis服务
2021-03-18 17:25
标签:server github arch 操作 技术 好的 href redis 存在 windows版下载地址为:https://github.com/MicrosoftArchive/redis/releases 下一步 解压缩文件到指定目录 打开cmd命令窗口(如果没有权限请以管理员身份运行),进入到刚刚解压缩好的目录,注册redis到window服务 注册、启动服务都可以看到 successfully的字样,说明已经配置成功,我们查看windows的本地服务,Redis已存在和启动;这里需要注意一点:无法直接从windows服务列表操作Redis服务的停止和运行,只能通过上面的命令进行操作. Windows注册、启动、关闭、卸载redis服务 标签:server github arch 操作 技术 好的 href redis 存在 原文地址:https://blog.51cto.com/1197822/2472957
2. 安装
redis-server.exe --service-install redis.windows.conf --loglevel verbose
redis-server.exe --service-start
redis-server.exe --service-stop
redis-server.exe --service-uninstall
文章标题:Windows注册、启动、关闭、卸载redis服务
文章链接:http://soscw.com/index.php/essay/65869.html