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
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.
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]
toRedix.start_link/2.
However, it looks like Verk doesn't allow passing extra options to Redix, usingRedix.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
The text was updated successfully, but these errors were encountered: