redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

Using Action Cable with redis-client #111

Closed cirdes closed 1 year ago

cirdes commented 1 year ago

Hi,

I'm trying to use redis-client instead of redis with Action Cable but I'm getting the erro "Error loading the 'redis' Action Cable pubsub".

It's seems that Action Cable doesn't work with the default "redis" adaptar for Action Cable.

I have to use redis for Action Cable and redis-client for sidekiq or anyone is running redis-client for both?

ps: Sorry if here is not the right place for this kind of issue

casperisfine commented 1 year ago

That's not possible. That would require a change on the Active Support side (which I may do at some point but I didn't yet).

Either way, that would be a feature request for Active Support, not for redis-client.