redis将slave转换为master
作者: 曲文庆 日期: 2011-12-16 17:30
		在slave server上执行”SLAVEOF NO ONE”,将slave server转换为master server.
 
Once you are sure that the master is no longer receiving any query (you can check this with the MONITOR command), elect the slave to master using the SLAVEOF NO ONE command, and shut down your master.
 
 	  
	  
	  	  
	  
	  Once you are sure that the master is no longer receiving any query (you can check this with the MONITOR command), elect the slave to master using the SLAVEOF NO ONE command, and shut down your master.
		
		
		评论: 0 |
		引用: 0 |
		阅读: 9365 
	    	    	    	
		
		
	  
	
 订阅
上一篇
 返回
下一篇
标签: 
		


redis使用过程中的几点经验教训 (2012-10-25 15:08)
Redis 2.2 性能问题 (2012-03-26 18:55)
Redis for cacti 模板 (2011-11-17 11:32)
redis海量数据测试(续三) (2011-11-17 11:04)
redis海量数据测试(续二) (2011-11-17 11:02)
redis海量数据测试(续一) (2011-10-09 16:02)
redis海量数据测试 (2011-10-09 16:00)
CentOS 下 Redis 2.2.12 安装配置详解 (2011-10-09 15:56)