linux安装Zookeeper及redis集群

Posted 子渝渝渝

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux安装Zookeeper及redis集群相关的知识,希望对你有一定的参考价值。

 

亲测有效:

1.linux下安装zookeeper:https://www.cnblogs.com/zuolun2017/p/8186254.html

2.linux下安装redis集群:https://www.cnblogs.com/xuliangxing/p/7146868.html

 

常用命令:

停止redis服务:redis-cli -h 127.0.0.1 -p 6379 shutdown

启动:redis-server redis.conf

查看redis进程:netstat -tnulp | grep redis和ps  aux | grep redis


zokeeper连接:./zkCli.sh -server 122.192.9.52:10605

查看zoookeeper集群状态:./zkServer.sh status

以上是关于linux安装Zookeeper及redis集群的主要内容,如果未能解决你的问题,请参考以下文章

精简总结redis/rabbitmq/zookeeper在linux centos7上的安装

Linux安装部署集群化软件Zookeeper

linux安装配置Redis及Redis集群

走进大数据 | zookeeper-zookeeper的单节点及集群安装配置

HBase集群安装及集成

Linux下redis5的安装及伪分布式集群搭建