Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

异步redis和异步mysql的问题 #27

Open
mataotao opened this issue May 26, 2018 · 3 comments
Open

异步redis和异步mysql的问题 #27

mataotao opened this issue May 26, 2018 · 3 comments

Comments

@mataotao
Copy link

用异步的时候这两个是不是都只能用单机版的,怎么保证这两个的可用性

@fucongcong
Copy link
Owner

目前是没有支持异步mysql和redis的主从,考虑的原因是:
1.实际应用中,异步这层主要是业务聚合,真正调用redis与mysql的应该是放在服务层的。服务层的redis与mysql是支持集群与主从的。
2.这里的提供的异步redis与mysql客户端,主要是用来做一些当前业务接口的外层cache或记录。

后续版本会考虑加入对异步redis和异步mysql主从集群的支持

@Skobo
Copy link

Skobo commented May 27, 2019

大神,这个框架是不是非要安装docker容器?我这边启动server.php时,报错,new Redis找不到

@hellHI1
Copy link

hellHI1 commented May 27, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants