标签:bsp codis local wget shutdown make http ref Fix
推荐使用codis
wget http://download.redis.io/releases/redis-4.0.2.tar.gz
tar -zxvf redis-4.0.2.tar.gz -C /usr/local/redis
cd redis-4.0.2
make
make PREFIX=/usr/local/redis install
cp /usr/local/redis/redis-4.0.2/redis.conf /usr/local/redis/bin/redis.conf
./bin/redis-server ./bin/redis.conf
./bin/redis-cli shutdown
标签:bsp codis local wget shutdown make http ref Fix
原文地址:https://www.cnblogs.com/138026310/p/9116210.html