标签:启动服务 停止 end data http pre 文件 服务 pkill
https://redis.io/
tar -xzf redis-5.0.3.tar.gz
cd redis-5.0.3
make
port 7000
bind 0.0.0.0
requirepass 123456
daemonize yes
pidfile /var/run/redis.pid
appendonly no
src/redis-server /etc/redis.conf
pkill redis
echo "export PATH=$PATH:/data/redis/redis-5.0.3/src/" >> /etc/profile
. /etc/profile
标签:启动服务 停止 end data http pre 文件 服务 pkill
原文地址:http://blog.51cto.com/12173069/2339953