linux-tutorial/codes/deploy/tool/redis/README.md
2019-01-23 17:32:23 +08:00

10 lines
209 B
Markdown

# 安装 Redis
使用方法:
```sh
curl -o- https://raw.githubusercontent.com/dunwu/OS/master/codes/deploy/tool/redis/install-redis.sh | bash
```
脚本会下载解压 redis 到 `/opt/redis` 路径下。