随笔分类 -  Redis

摘要:一、集群架构 172.18.3.18:7000,7001 172.18.3.19:7000,7001 172.18.3.20:7000,7001 OS: CentOS7 二、安装redis 三、配置redis node 1、启动node /data/server/redis-cluster/7000 阅读全文
posted @ 2019-05-11 14:29 metasequoia 阅读(216) 评论(0) 推荐(0)
摘要:下载 cd /usr/local/src wget http://download.redis.io/releases/redis-3.0.7.tar.gz 安装 yum install jemalloc-devel.x86_64 tcl.x86_64 -y tar -zxv -f redis-3. 阅读全文
posted @ 2015-03-23 15:32 metasequoia 阅读(247) 评论(0) 推荐(0)