php 例如redis

WBOY
Release: 2016-06-06 20:14:05
Original
1021 people have browsed it

如果用sentinel管理两主两从,形式为一主对一从, php该连哪个,用来进行写入内容,目前连接sentinel无法写入。
思路有以下:

  1. php直连sentinel时sentinel是做为服务端,但sentinel不支持常规的redis命令如set等,所以应该不能连接redis sentinel,

  2. php如果直接连接主服时,sentinel会在主服崩掉后切换从服为主服,php无法实时的切换过去
    对这个问题有大牛之前遇到过这种情况没有,能否分享下解决方法或思路,提前多谢了

回复内容:

如果用sentinel管理两主两从,形式为一主对一从, php该连哪个,用来进行写入内容,目前连接sentinel无法写入。
思路有以下:

  1. php直连sentinel时sentinel是做为服务端,但sentinel不支持常规的redis命令如set等,所以应该不能连接redis sentinel,

  2. php如果直接连接主服时,sentinel会在主服崩掉后切换从服为主服,php无法实时的切换过去
    对这个问题有大牛之前遇到过这种情况没有,能否分享下解决方法或思路,提前多谢了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!