redis-cluster-toolRedis 集群管理工具
redis-cluster-tool 是一个非常便利的 Redis 集群管理工具。
建立
redis-cluster-tool需要hiredis-vip(https://github.com/vipshop/hiredis-vip),因此您必须先安装hiredis-vip:
$ git clone https://github.com/vipshop/hiredis-vip.git
$ cd hiredis-vip
$ make
$ sudo make install
$ cd ..
要构建redis-cluster-tool:
$ git clone https://github.com/deep011/redis-cluster-tool.git
$ cd redis-cluster-tool
$ make
$ sudo make install
$ ./redis-cluster-tool -h
评论