-
Notifications
You must be signed in to change notification settings - Fork 19
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
Multi-servers support (primus-redis) #6
Comments
Sure I will be happy to help! the secret here is to treat a channel Best! On Monday, January 20, 2014, Greg Bergé [email protected] wrote:
J.B. |
Ok thanks ! |
Hey @neoziro apologizes I haven't forgot about this change, actually because of this issue I am doing a rewrite of Best, |
Ho it's a very great news ! If we can make primus-redis fully compatible with your stack it will be very nice for all. I actually use Primus (and all of your plugins except multiplex) on a CMS project for Le Monde (first newspaper in France) and it works very well. I would to talk you about another issue : actually primus-resource asks "primus-multiplex" as a dependency, but in reality if we call resource with |
@neoziro cayasso/primus-resource@4a5765a primus-resource 2.0.2 is out with the change above. |
Glad to know these plugins are being useful to others :) |
@cayasso thanks, i will remove my fake-multiplex :) |
Guys - this sounds awesome. I'd love to use @neoziro's primus-redis with primus-rooms. Is there anything I can help out with? |
The changes mentioned above are completed empty, isEmpty and clear are new methods in |
Ok it's good, perhaps I can help you ? For me the main problem was to make primus-redis compatible with primus-multiplex, primus rooms already works with primus-redis. |
I have just released a new version of primus-redis, it's now called primus-cluster. It's compatible with primus v2.0+, primus-rooms, primus-emitter, and primus-resource. primus-multiplex is still no supported, may be you can take a look to add support. |
@neoziro that is awesome! I will take a look to bring support to multiplex. |
@aslakhellesoy thanks, you can contribute to primus-ckuster if you want :) |
@cayasso any updates on this? I'm interested in multiplex + redis / cluster handling. Thanks! |
I have worked on a fork of primus-redis to be compatible with your stack. I support almost all of your plugins, but not multiplex.
Syncing between servers is primordial for scaling.
May be you can take a look and help me to make a primus-redis fully compatible with your stack?
https://github.com/neoziro/primus-redis
Thanks.
The text was updated successfully, but these errors were encountered: