redis2 安装步骤备忘

编译

make MALLOC=jemalloc

开启后台进程

/opt/redis2/src/redis-server /opt/redis2/redis.conf

配置,后台驻守模式一定要开

vi /opt/redis2/redis.conf
daemonize yes

客户端工具

/opt/redis2/src/redis-cli

 

posted @ 2014-08-19 13:00  yJken的博客  阅读(163)  评论(0编辑  收藏  举报