从源节点移动到目标节点
• ./redis-trib.rb reshard 127.0.0.1:6379
• How many slots do you want to move (from 1 to 16384)? 4000 //输入被迁移的solt的数量
• What is the receiving node ID? //输入目的地节点的id,执行第一行命
• Please enter all the source node IDs.//输入被迁移的槽
• Do you want to proceed with the proposed reshard plan (yes/no)? Yes //迁移计划确认
如何来确认reshard来进行呢?查看命令的日志即可得知:
9. 总结
redis提供了完整的一套如何进行集群处理的机制,并利用一致性hash来更好的处理redis的动态调整。
下面关于Redis的文章您也可能喜欢,不妨参考下:
CentOS 7下Redis的安装与配置
Ubuntu 16.04环境中安装PHP7.0 Redis扩展
CentOS 7.0 安装Redis 3.2.1详细过程和使用常见问题
Ubuntu 16.04环境中安装PHP7.0 Redis扩展
Ubuntu 15.10下Redis集群部署文档