Action Cable redis config and namespace

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!

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: