全局模式
vim /etc/profile
export REDIS_HOME=/usr/local/redis/export PATH=$PATH:$REDIS_HOME/src
wq
(等号后为Redis的安装目录)
source /etc/profile (加载环境变量使其生效)