1. 安装
tar zxvf redis-2.8.19.tgz -C /usr/src cd /usr/src/redis-2.8.19 make make install
2. 启动
cp redis.conf /etc/ redis-server /etc/redis.conf
本文出自 “我的青春我做主” 博客,请务必保留此出处http://qikangwei.blog.51cto.com/2282397/1613001
原文:http://qikangwei.blog.51cto.com/2282397/1613001