9 Star 7 Fork 2

武侠梦 / redis-trib-plus

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

由于原redis-trib为动态支持分组,在某些情况下会出现主从在一台物理机上的问题。 redis-trib-plus,支持手工对redis集群进行分组,命令如下:

./redis-trib.rb create-manual G 127.0.0.1:7006 127.0.0.1:7001 G 127.0.0.1:7002 127.0.0.1:7003 G 127.0.0.1:7004 127.0.0.1:7005

上述命令会按每个G分段的Host和端口进行分配,G后第一个节点默认被编入Master,后续均为对应的Slaver

Empty file

About

支持手工对redis集群进行分组 expand collapse
Ruby
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Ruby
1
https://gitee.com/brownxd/redis-trib-plus.git
git@gitee.com:brownxd/redis-trib-plus.git
brownxd
redis-trib-plus
redis-trib-plus
master

Search