0 Star 1 Fork 0

泥巴/redis-windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_redis.cmd 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
michael 提交于 2022-03-26 16:34 +08:00 . latest version
@echo on
cd /d %~dp0
sc create redis binPath= "\"%CD%\redis-server.exe\" --service-run \"%CD%\redis.conf\"" DisplayName= "Redis" start= auto depend= TCPIP
sc description redis "Redis Cache Service"
net start redis
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wananan/redis-windows.git
git@gitee.com:wananan/redis-windows.git
wananan
redis-windows
redis-windows
master

搜索帮助