CentOS7 redis-3.2.8 从单机到主从再到集群配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 redis-3.2.8 从单机到主从再到集群配置相关的知识,希望对你有一定的参考价值。
redis官网:https://redis.io
下载地址:https://redis.io/download
获取redis源码包:http://download.redis.io/releases/redis-3.2.8.tar.gz
下载redis并编译安装
[[email protected] liuzhen]# wget [[email protected] liuzhen]# tar -zxvf redis-3.2.8.tar.gz [[email protected] redis-3.2.8]# cd redis-3.2.8 [[email protected] redis-3.2.8]# make
到这里redis已经安装好,我们启动一下redis
本文出自 “刘振” 博客,请务必保留此出处http://liuzhenlife.blog.51cto.com/10591893/1901825
以上是关于CentOS7 redis-3.2.8 从单机到主从再到集群配置的主要内容,如果未能解决你的问题,请参考以下文章