Welcome 微信登录

首页 / 数据库 / MySQL / RedHat Linux 6.5企业版Redis 3.0.3安装

系统环境准备RedHat Linux 6.5企业版1、下载Redis 3.0.3 版本地址: http://download.redis.io/releases/redis-3.0.3.tar.gz2、通过tar 命令将文件解压[root@localhost ~] tar -vxzf /usr/local/redis-3.0.3.tar.gz3、 将解压后的文件放到 /usr/local/ (个人习惯)[root@localhost ~] mv /root/redis-3.0.3 /usr/local/4、 进入redis的根目下,使用make命令编译[root@localhost ~] cd /usr/local/redis-3.0.3/[root@localhost redis-3.0.3] make5、 使用 make install进行安装[root@localhost redis-3.0.3]  make install6、 启动[root@localhost redis-3.0.3]  redis-server redis.conf完成启动后的显示的效果下面关于Redis的文章您也可能喜欢,不妨参考下:Ubuntu 14.04下Redis安装及简单测试 http://www.linuxidc.com/Linux/2014-05/101544.htmRedis主从复制基本配置 http://www.linuxidc.com/Linux/2015-03/115610.htmRedis集群明细文档 http://www.linuxidc.com/Linux/2013-09/90118.htmUbuntu 12.10下安装Redis(图文详解)+ Jedis连接Redis http://www.linuxidc.com/Linux/2013-06/85816.htmRedis系列-安装部署维护篇 http://www.linuxidc.com/Linux/2012-12/75627.htmCentOS 6.3安装Redis http://www.linuxidc.com/Linux/2012-12/75314.htmRedis安装部署学习笔记 http://www.linuxidc.com/Linux/2014-07/104306.htmRedis配置文件redis.conf 详解 http://www.linuxidc.com/Linux/2013-11/92524.htmRedis 的详细介绍:请点这里
Redis 的下载地址:请点这里本文永久更新链接地址