摘要:
Redis:Installsudo suyum install make gcc wget telnetwget -c http://redis.googlecode.com/files/redis-2.6.7.tar.gztar zxfv redis-2.6.7.tar.gzcd redis-2.6.7make && make installConfigmkdir -p /etc/redis /mnt/var/lib/redissed -e "s/^daemonize no$/daemonize yes/" -e "s/^dir \.\//dir 阅读全文