You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently running into an issue where we use redis + tls and are unable to connect to it with anycable due to the hiredis gem being available. hiredis 1.x will support ssl but has not yet been released. If the redis_cache_store is used rails will include redis/connection/hiredis which will prepend the drivers list with hiredis. When anycable creates the redis connection, redis will use the driver that was last registred to create the new Redis instance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently running into an issue where we use redis + tls and are unable to connect to it with anycable due to the hiredis gem being available.
hiredis1.x will support ssl but has not yet been released. If theredis_cache_storeis used rails will includeredis/connection/hirediswhich will prepend the drivers list withhiredis. When anycable creates the redis connection, redis will use the driver that was last registred to create the newRedisinstance.Details are attached in the PR #152
Beta Was this translation helpful? Give feedback.
All reactions