-
Notifications
You must be signed in to change notification settings - Fork 143
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
pub/sub cmd #122
Comments
I think it's not appropriate to use corvus as a pub-sub middleware. |
The implementation of pub/sub in cluster mode is node-equal. So the msg would be received through any connection to any node of the cluster by publishing it to any node of the cluster. So the mainly function is just like a plugin which it should not effect the performance of normal function. And it could keep stateless. The purpose of the feature is that we may use HA or lvs to connect to any node of the real cluster to use the pub/sub commands. It is separated from normal operations for clients. So i think whether it is possible to support it in proxy. (PSUB is not in the collection) |
Oh, sorry for not understanding the pub/sub in cluster mode properly. |
@doyoubi So whether there is a possible plan or just a plan to add it into? |
We just use corvus and redis cluster as a cache system and want to keep them simple, so we are not going to add this. |
Yes, it's different. So we should keep this kind of connections separately. Maybe we should get some results first and let's discuss it later if it's really quite simple. |
Is there any plan on this kind of commands supporting?
They are available when a redis node is in a cluster.
The text was updated successfully, but these errors were encountered: