linux-tutorial/codes/deploy/tool/redis
Zhang Peng e0bcef6b91 ✏️ 更改路径
2018-09-29 10:16:24 +08:00
..
install-redis.sh ✏️ 更改路径 2018-09-29 10:16:24 +08:00
README.md ✏️ 更改路径 2018-09-29 10:16:24 +08:00

安装 Redis

使用方法:

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/redis 路径下。