phoenixframework / phoenix_pubsub_redis

The Redis PubSub adapter for the Phoenix framework
175 stars 66 forks source link

Breakage after upgrading to redix 1.4.0 from 1.3.0 #71

Closed kybishop closed 6 months ago

kybishop commented 6 months ago

Phoenix pubsub appears unable to connect to redis after upgrading to redix 1.4.0. We're getting spammed with the following error message, unfortunately without any more info:

unable to establish initial redis connection. Attempting to reconnect...

All has been working great until now. Let me know if there's anything I can do to help!

kybishop commented 6 months ago

Tracked the issue down to redix https://github.com/whatyouhide/redix/issues/263