Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to Redix via ipv6? #206

Open
heyitsjames opened this issue Nov 3, 2022 · 1 comment
Open

Connect to Redix via ipv6? #206

heyitsjames opened this issue Nov 3, 2022 · 1 comment

Comments

@heyitsjames
Copy link

heyitsjames commented Nov 3, 2022

Hi, I'm deploying my app to a production environment which employs a managed Redis that uses ipv6 as the connection url. Redix supports ipv6 via passing socket_opts: [:inet6] to Redix.start_link/2. However, it looks like Verk doesn't allow passing extra options to Redix, using Redix.start_link/2 with just a url and no additional options.

Is there any way to start Redix with ipv6 in Verk? Thanks.

Here's a related Redix issue discussing ipv6:
whatyouhide/redix#222

@edgurgel
Copy link
Owner

edgurgel commented Nov 6, 2022

Hmm yeah we might need to add an option to configure Redix more directly 🤔

Maybe some arguments to the Verk.Supervisor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants