ActionCable with Redis adapter for multiple applications (namespace support)

Hello,

I have some rails applications using ActionCable on one server. I need ‘namespace support’ for avoiding redis channel name conflict.

for use,in cable.yml development: adapter: redis url: redis://localhost:6379 namespace: myspace

``

the patch is attached. Is it works fine?

actioncable-5.0.0_redisadapter_namespace_support.patch (1.58 KB)