Redis源码安装脚本
Last updated
Last updated
#!/usr/bin/env bash
# 2020-3-13 11:13:18
# Author: ^~^
# Auto Install Redis Server
#Define Redis path variables
REDIS_URL=http://download.redis.io/releases
REDIS_FILE=redis-6.2.13.tar.gz
REDIS_FILE_DIR=redis-6.2.13
REDIS_PREFIX=/usr/local/redis