redis安装

1. centos上先安装gcc

2. 解压redis文件

3. 编译 src ,执行make命令

4. 安装 make install /路径

5. 拷贝redis.conf 到 bin目录

6. 修改redis.conf 后端启动为 yes

7. ./redis-server redis.conf 后台启动redis

posted on 2017-11-29 13:59  liguangming  阅读(88)  评论(0编辑  收藏  举报

导航