Ruby on Rails Thursday, September 29, 2016

Just in case anyone else comes across this looking for a solution, I made a Gem that let's you easily use Redis::Namespace or any Redis client for ActionCable:

https://github.com/DiegoSalazar/action_cable_subscription_adapter/

On Monday, February 29, 2016 at 9:13:41 AM UTC-5, Matthew Nguyen wrote:
Hi everyone,

I have several apps in development using Action Cable on the same server.
They're using the same local redis server.
Usually I use redis-namespace to separate my apps, but I can't find a way to use redis-namespace and cable altogether.

Has anyone a solution to host several apps with action cable on a same server?

Thanks!

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/0832ccb0-639c-4d9f-821c-c3b8ada83831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment