-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: docker栏文章+主页面图标添加+springcloud基础1.0+神领&秒杀1.0
- Loading branch information
Showing
53 changed files
with
6,420 additions
and
7,006 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/Java/redis/How to register Redis as a system service.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
order: 1 | ||
author: | ||
title: "如何把Redis注册为系统服务?" | ||
category: | ||
- Redis | ||
|
||
--- | ||
|
||
```sh | ||
# 安装为服务 | ||
redis-server --service-install redis.windows.conf | ||
# 启动服务 | ||
redis-server --service-start | ||
# 停止服务 | ||
redis-server --service-stop | ||
# 卸载服务 | ||
redis-server --service-uninstall | ||
``` | ||
|
||
|
Oops, something went wrong.