install redis on linux
摘要:
#! /bin/bashcd /usr/local/srcwget http://redis.googlecode.com/files/redis-2.6.4.tar.gztar -xvf redis-2.6.4.tar.gzcd redis-2.6.4make && make installif [ -d /usr/local/redis ];then echo 'already installed, remove the redis first'else mkdir /usr/local/redis mkdir /usr/local/redis/etc mk 阅读全文
posted @ 2012-11-18 23:14 jmbkeyes 阅读(255) 评论(0) 推荐(0)
浙公网安备 33010602011771号