linux-tutorial/codes/deploy/tool/redis/README.md
2018-02-24 14:16:40 +08:00

12 lines
295 B
Markdown

# 安装 Redis
使用方法:
```sh
wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh
chmod -R 777 install-redis.sh
./install-redis.sh
```
脚本会下载解压 redis 到 `/opt/software/redis` 路径下。